|
|
Set last error message for database
void Ns_DbSetException(
Ns_DbHandle *handle,
char *code,
char *msg
);
The Ns_DbSetException function sets the last error message for the database referenced by handle. The code argument cannot be larger than 5 characters. The msg will be returned by any following calls to Ns_DbReturnError.