SQLColumn

SQLColumn[...]
represents a column in an SQL table.
  • The following options can be given:
"DataLength"Nonemaximum length for variable length data
"DataTypeName"Nonetype of the entry
"Nullable"Nonewhether the entry can be null
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
List the columns in a table:
In[3]:=
Click for copyable input
Out[3]=
Select data matching a condition:
In[4]:=
Click for copyable input
Out[4]=
Use a prepared statement:
In[5]:=
Click for copyable input
Out[5]=
In[6]:=
Click for copyable input
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.
© 2008 Wolfram Research, Inc. japanese.gif