DBGateway_ErrorCode

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

version 2004


DBGateway_ErrorCode (connID) Longint

ParameterTypeDescription
connIDLongintConnection ID returned by DBGateway_Connect
Function resultLongintError code (where 0 means no error)

Description

The DBGateway_ErrorCode command returns the code of the last error that occurred in the connection session referenced by the connID parameter. If no error occurred, the command returns 0.

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