|
SOLUTIONS
|
DATABASELINK SYMBOL
SQLResultSetShift
SQLResultSetShift[rs, num]
shifts the current position of a result set by num.
DetailsDetails
- To use SQLResultSetShift, you first need to load DatabaseLink using Needs["DatabaseLink`"].
- SQLResultSetShift returns True if there is data at the new position and False if there is no data.
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.
| In[2]:= |
| In[3]:= |
| Out[3]= |
| In[4]:= |
| Out[4]= |
| In[5]:= |
| Out[5]= |
| In[6]:= |
| Out[6]= |
| In[7]:= |
| Out[7]= |
| In[8]:= |
| Out[8]= |
| In[9]:= |
| In[10]:= |
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
