User`s guide

7 Functions — Alphabetical List
7-50
quotes (' '). You can specify several name and value pair arguments in any order as
Name1,Value1,...,NameN,ValueN.
Example: 'Vendor','MySQL','Server','remotehost' connects to a MySQL
database on a machine named remotehost.
'Vendor' — Database vendor
'MySQL' | 'Oracle' | 'Microsoft SQL Server' | 'PostgreSQL'
Database vendor, specified as the comma-separated pair consisting of 'Vendor' and one
of the following strings:
'MySQL'
'Oracle'
'Microsoft SQL Server'
'PostgreSQL'
If connecting to a database system not listed here, use the driver and databaseurl syntax.
Example: 'Vendor','Oracle'
'Server' — Database server
'localhost' (default) | string
Database server name or address, specified as the comma-separated pair consisting of
'Server' and a string value.
Example: 'Server','remotehost'
'PortNumber' — Server port
scalar
Server port number that the server is listening on, specified as the comma-separated pair
consisting of 'PortNumber' and a scalar value.
Example: 'PortNumber',1234
Data Types: double
'AuthType' — Authentication
'Server' (default) | 'Windows'
Authentication type (valid only for Microsoft SQL Server), specified as the comma-
separated pair consisting of 'AuthType' and one of the following strings: