DatabaseLink`
DatabaseLink`

SQLServerLaunch

SQLServerLaunch[{name->location,}]

launches a database server that hosts access to the databases specified in the parameters.

Details and Options

  • To use SQLServerLaunch, you first need to load DatabaseLink using Needs["DatabaseLink`"].
  • The following options can be given:
  • "Address"Automaticthe inet address for the server to use
    "Port"Automaticthe port at which this server listens
    "SecureSockets"Falsewhether the server should use secure sockets

Examples

open allclose all

Basic Examples  (1)

Launch an HSQL server:

Connect to the myDb database on this server:

Perform some operations over the connection to the local server:

Options  (1)

"Port"  (1)

Launch an HSQL server on a specified port:

Connections to this database must specify the server port: