|
SOLUTIONS
|
DATABASELINK SYMBOL
SQLArgument
SQLArgument[arg1, arg2, ...]
holds a sequence of arguments to an SQL query.
DetailsDetails
- To use SQLArgument, you first need to load DatabaseLink using Needs["DatabaseLink`"].
- SQLArgument is always used as an argument to SQLExecute.
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]= |
Use a prepared statement to execute the same query:
| In[4]:= |
| Out[4]= |
Use a prepared statement to insert data:
| In[5]:= |
| In[6]:= |
| In[7]:= |
| Out[7]= |
| In[8]:= |
| In[9]:= |
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »


