
1-45
-1000 to -5300
-5202: Record is locked
An attempt was made to access a record that is locked by another
user. Wait until the record is unlocked and try again.
-5204: Table is not open
The MicroKernel was unable to open the table. Make sure you have
the proper access rights and table privileges.
-5208: Invalid date
The format used for the date is incorrect. Check for the correct
ODBC date format and try again.
-5219: Translation failed
The ODBC driver failed to translate the data between the data source
and the application. Check if the application is using
SQLSetConnectOption to override the default translation dll.
-5220: Invalid procedure name
The specified procedure name does not exist. Check the name of the
procedure called and try again.
-5221: Invalid predicate name
The ODBC driver does not support this predicate. Consult the SQL
Engine Reference for valid predicates.
-5222: Invalid Code Page value
The code page value in the ODBC configuration file is invalid. Refer
to the Advanced Operations Guide for valid configuration settings.
-5223: User-defined function name cannot be same as
built-in function name
The name of a user-defined function (UDF) cannot be same as the
name of a pre-defined scalar function. For a discussion of the scalar
functions, see Scalar Functions in SQL Engine Reference.
Komentáře k této Příručce