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

SQLUpdate

SQLUpdate[conn, table, cols, data]
updates data in a table in an SQL connection.
  • To use SQLUpdate, you first need to load DatabaseLink using Needs["DatabaseLink`"].
  • Returns an integer specifying the number of rows affected by the query.
  • The following option can be given:
"Timeout"Nonethe timeout for the query
© 2013 Wolfram Research, Inc. Japanese