CHAPTER 10 Database Error Messages
869
Specified database is invalid
Item Value
SQLCODE -84
Constant SQLE_INVALID_DATABASE
SQLSTATE 08W11
Sybase error code 4001
ODBC 2 State 08001
ODBC 3 State 08001
The database file you specified is invalid. The database server is stopped.
Specified database not found
Item Value
SQLCODE -83
Constant SQLE_DATABASE_NOT_FOUND
SQLSTATE 08W10
Sybase error code 911
ODBC 2 State 08001
ODBC 3 State 08001
The database server was started but was unable to find the specified
database. The database server may be attempting to start a database file that
cannot be opened or that cannot be found on the network. You may be
attempting to connect to a database name that is not running. The database
server is stopped.
Probable cause
Probable cause