
| RWDBStatus::ErrorCode | Meaning |
|
ok |
No error |
|
noMem |
Out of memory |
|
notInitialized |
Object never initialized |
|
typeConversion |
Type conversion error |
|
dbNotFound |
Database not registered |
|
serverError |
Error reported by server |
|
serverMessage |
Message from server |
|
vendorLib |
Error in vendor's library |
|
notConnected |
Lost connection |
|
endOfFetch |
End of fetch |
|
invalidUsage |
Invalid usage of object |
|
columnNotFound |
Column does not exist |
|
invalidPosition |
Invalid positioning within object (bounds error) |
|
notSupported |
Unsupported feature |
|
nullReference |
Null reference parameter |
|
notFound |
Database object not found |
|
missing |
Required piece of information is missing |
|
noMultiReaders |
This object cannot support multiple readers |
|
noDeleter |
This object cannot support deletions |
|
noInserter |
This object cannot support insertions |
|
noUpdater |
This object cannot support updates |
|
noReader |
This object cannot support readers |
|
noIndex |
This object cannot support indices |
|
noDrop |
This object cannot be dropped |
|
wrongConnection |
Incorrect connection was supplied |
|
noPrivilege |
This object cannot support privileges |
|
noCursor |
This object cannot support cursors |
|
cantOpen |
Unable to open |
|
applicationError |
For errors produced at the application level |
|
notReady |
For asynchronous handling |
©Copyright 2000, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.