|
SOLUTIONS
|
DATABASELINK SYMBOL
SQLDataTypeInformation
SQLDataTypeInformation[conn]
returns information about the data types that can be stored in an SQL connection.
DetailsDetails
- To use SQLDataTypeInformation, you first need to load DatabaseLink using Needs["DatabaseLink`"].
- The following option can be given:
-
"ShowColumnHeadings" False whether to return headings with the results
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]//TableForm= | |
![]() | |
| In[4]:= |
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.
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »

