DatabaseLink SQL Operations >

SQLResultSets

SQLResultSets
returns a list of the open objects.
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 two result sets:
List the open result sets:
Close the result sets:
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.
In[2]:=
Click for copyable input
Open two result sets:
In[3]:=
Click for copyable input
In[4]:=
Click for copyable input
List the open result sets:
In[5]:=
Click for copyable input
Out[5]=
Close the result sets:
In[6]:=
Click for copyable input
In[7]:=
Click for copyable input
In[8]:=
Click for copyable input
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team