DatabaseLink SQL Operations >

SQLConnectionInformation

SQLConnectionInformation[conn]
returns a list of information about the SQL connection.
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 .
Open a connection to a sample database:
Get information about the connection:
Display a tidier form of the information about 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.
Open a connection to a sample database:
In[2]:=
Click for copyable input
Out[2]=
Get information about the connection:
In[3]:=
Click for copyable input
Display a tidier form of the information about the connection:
In[4]:=
Click for copyable input
Out[4]//TableForm=
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team