Writing Data Common Errors
This table describes how to address common errors you might encounter while working with
the sqlwrite
function. These errors apply to all database vendors.
Error Message | Probable Causes | Resolution |
---|---|---|
| The specified data type of the database column is invalid. | Specify a valid data type for the database column. For valid
data types, see the |
| ||
| ||
| ||
JDBC/ODBC Error:
| The JDBC or ODBC driver throws an error. | Consult your database driver documentation. |
Unable to create | You are creating an empty database table. | Specify the |
Specify 'ColumnType' for each variable in the table
data. | You did not specify the data type of at least one column in the database table. | Specify the |