|
|
||
|
|
| SQLInsert[conn, table, cols, data] inserts data into a table in an SQL connection. |
| "Timeout" | None | the timeout for the query |
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.
Insert one row:
Insert multiple rows (batch insert):
|
| © 2008 Wolfram Research, Inc. |