Alphabetic list of error messages
868
Signature ’%1’ does not match procedure parameters
Item Value
SQLCODE -737
Constant SQLE_SIGNATURE_MISMATCH
SQLSTATE 42W54
Sybase error code 201
ODBC 2 State 37000
ODBC 3 State 42000
Parameter 1 The value of the signature
The number of types in the signature must match the number of procedure
parameters. If a ’dynamic result sets’ clause was specified, the number of
dynamic result sets must match the quantity found in the signature.
Specified database file already in use.
Item Value
SQLCODE -816
Constant SQLE_FILE_IN_USE
SQLSTATE 08W56
Sybase error code 924
ODBC 2 State 08001
ODBC 3 State 08001
The database server could not start the specified database because the file is
already in use.
Probable cause
Probable cause