|
SOLUTIONS
|
DATABASELINK 符号
SQLResultSetOpen
SQLResultSetOpen[query]
makes a result set from an SQL query.
更多信息更多信息
- To use SQLResultSetOpen, you first need to load DatabaseLink using Needs["DatabaseLink`"].
范例范例打开所有单元关闭所有单元
基本范例 (2)基本范例 (2)
| 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]:= |
| In[5]:= |
| In[1]:= |
Use SQLSelect instead of SQLExecute:
| In[2]:= |
| In[3]:= |
| Out[3]= |
| In[4]:= |
| In[5]:= |
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
