DatabaseLink`
DatabaseLink`

SQLServer

SQLServer[]

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

Details and Options

  • 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

Examples

Basic Examples  (1)

Launch an HSQL server:

The server information is encapsulated in an SQLServer object: