version 2004
DBGateway_ErrorString (connID) String
| Parameter | Type | Description | |
| connID | Longint | Connection ID returned by DBGateway_Connect | |
| Function result | String | Error message returned by DB Engine |
Description
The DBGateway_ErrorString command returns the last error message that occurred in the connection session referenced by the connID parameter. The String returned represents the ADO error message returned by the DB engine (where an empty string means no error has occurred).
connID is a Longint returned by DBGateway_Connect.