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

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 684
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 483
7 Functions — Alphabetical List
7-54
Database JDBC Driver Name and Database URL Example Syntax
PostgreSQL with
SSL Connection
JDBC driver: org.postgresql.Driver
Database URL: jdbc:postgresql:servername:dbname:ssl=
true&sslfactory=org.postgresql.ssl.NonValidatingFactory&
The trailing & is required.
Sybase SQL
Server and Sybase
SQL Anywhere
JDBC driver: com.sybase.jdbc4.jdbc.SybDriver
Database URL: jdbc:sybase:Tds:yourhostname:yourportnumber/
Tips
Use logintimeout before database to set the maximum time for a connection
attempt.
Alternatively use Database Explorer to connect to databases.
When making a JDBC connection using name-value connection properties:
You can skip the Server parameter when connecting to a database locally.
You can skip the PortNumber parameter when connecting to a database server
listening on the default port (except for Oracle connections).
“Database Connection Error Messages”
“Bringing Java Classes into MATLAB Workspace”
“Connecting to a Database Using the Native ODBC Interface”
See Also
Functions
close | dmd | exec | fastinsert | get | getdatasources | isconnection |
isreadonly | logintimeout | ping | querybuilder | supports | update
Apps
Database Explorer
Przeglądanie stron 483
1 2 ... 479 480 481 482 483 484 485 486 487 488 489 ... 683 684

Komentarze do niniejszej Instrukcji

Brak uwag