DatabaseLink`
DatabaseLink`

SQLServerLaunch

SQLServerLaunch[{name->location,}]

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

更多信息和选项

  • 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

范例

打开所有单元关闭所有单元

基本范例  (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: