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
© 2008 Wolfram Research, Inc. japanese.gif