SQLResultSets

SQLResultSets[]
returns a list of the open SQLResultSet objects.
  • To use SQLResultSets, you first need to load DatabaseLink using Needs["DatabaseLink`"].
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
© 2008 Wolfram Research, Inc. japanese.gif