|
SOLUTIONS
|
DATABASELINK SYMBOL
WriteDataSource
WriteDataSource[name]
writes a new HSQL data source name.
WriteDataSource[name, database]
writes a new data source to database.
DetailsDetails
- To use WriteDataSource, you first need to load DatabaseLink using Needs["DatabaseLink`"].
- The following options can be given:
-
"Description" "" textual description of the data source "URL" Automatic URL to use in the JDBC setting "Username" Automatic username for the connection "Password" Automatic password for the connection "Properties" {} properties to set for this connection "Location" User where to install the data source "RelativePath" Automatic whether file-based databases have a relative path "UseConnectionPool" Automatic whether a connection pool should be used "ReadOnly" Automatic whether the connection should be read only
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »


