|
SOLUTIONS
|
DATABASELINK SYMBOL
SQLConnectionInformation
SQLConnectionInformation[conn]
returns a list of information about the SQL connection.
DetailsDetails
- To use SQLConnectionInformation, you first need to load DatabaseLink using Needs["DatabaseLink`"].
ExamplesExamplesopen allclose all
Basic Examples (1)Basic Examples (1)
| In[1]:= |
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
package, as described in Using the Example Databases.
Open a connection to a sample database:
| In[2]:= |
| Out[2]= |
Get information about the connection:
| In[3]:= |
Display a tidier form of the information about the connection:
| In[4]:= |
Out[4]//TableForm= | |
![]() | |
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »

