MATLAB DATABASE TOOLBOX RELEASE NOTES Podręcznik Użytkownika Strona 480

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 684
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 479
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:
Przeglądanie stron 479
1 2 ... 475 476 477 478 479 480 481 482 483 484 485 ... 683 684

Komentarze do niniejszej Instrukcji

Brak uwag