DatabaseLink`
DatabaseLink`

SQLServer

SQLServer[]

is an object that represents a server process started in the Wolfram Language.

更多信息和选项

  • To use SQLServer, you first need to load DatabaseLink using Needs["DatabaseLink`"].
  • The following options can be given:
  • "Name"""the name of the server
    "Description"""a short description of the server
    "Address"Automaticthe address of the server
    "Port"Automaticthe port on which the server listens
    "SecureSockets"Falsewhether the server uses secure sockets
    "Version"""the version of the server

范例

基本范例  (1)

Launch an HSQL server:

The server information is encapsulated in an SQLServer object: