Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.

SQLCreateTable

SQLCreateTable[conn, table, columns]
creates a new table in an SQL connection.
  • To use SQLCreateTable, you first need to load DatabaseLink using Needs["DatabaseLink`"].
  • SQLCreateTable returns an integer specifying the number of rows affected by the query. If the table is created correctly, this integer will always be zero as no rows are affected when creating a new table.
  • The following option can be given:
"Timeout"Nonethe timeout for the query
© 2013 Wolfram Research, Inc. Japanese