|
|
|||
|
|
| "Description" | "" | textual description of the connection | |
| "Location" | "" | location of the file that defines the connection | |
| "Name" | "" | name of the connection | |
| "Password" | "" | password to use for connecting | |
| "RelativePath" | False | whether the connection data contains a relative path | |
| "Timeout" | None | the timeout for the query | |
| "Username" | "" | username to use for connecting | |
| "Version" | None | version of the configuration file | |
| "Catalog" | Automatic | location of the database catalog | |
| "ReadOnly" | Automatic | set the connection to be read-only | |
| "TransactionIsolationLevel" | Automatic | set transaction isolation for the connection |
Needs["DatabaseLink`"] If you find that the examples in this section do not work as shown, you may need to install or restore the example database with the DatabaseExamples` package, as described in Using the Example Databases.
This uses JDBC:
This opens a GUI:
|
| © 2013 Wolfram Research, Inc. |