DBGateway_ErrorString

4D - Documentation   Français   English   German   4D For ADO, Command Theme List   4D For ADO, Command Alphabetical List   Back   Previous   Next

version 2004


DBGateway_ErrorString (connID) String

ParameterTypeDescription
connIDLongintConnection ID returned by DBGateway_Connect
Function resultStringError 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.


4D - Documentation   Français   English   German   4D For ADO, Command Theme List   4D For ADO, Command Alphabetical List   Back   Previous   Next