Class ODBCHandles (unit XDB) |
Inherits from
TObject
Eigene Object's
function Attempt(SqlStatus: Integer; ErrorText: String): Boolean;
Ermitteln wieviele Sätze geändert wurden
function DescribeError(hdbc: longint; hstmt: longint): String;
function GetNewStmt: Integer;
function IExecuteSQL(sql: PChar): Longint;
*********************** Implementation ODBCHandles
AnzDynasets : Integer;
AnzStmt : Integer;
0=free 1=inactive 2=active
DBMS_Name : String[30];
DL : String[1];
Hdbc : Array[1..20] of Longint;
HENV : Longint;
MaxAnzStmt : Integer;
0=free 1=inactive 2=active
Owner : String[15];
Server : String;
Status : Integer;
Stmt : Array[1..20] of Longint;
StmtStatus : Array[1..20] of Integer;
function Attempt(SqlStatus: Integer; ErrorText: String): Boolean;
Ermitteln wieviele Sätze geändert wurden
function DescribeError(hdbc: longint; hstmt: longint): String;
function GetNewStmt: Integer;
function IExecuteSQL(sql: PChar): Longint;
*********************** Implementation ODBCHandles
AnzDynasets : Integer;
AnzStmt : Integer;
0=free 1=inactive 2=active
DBMS_Name : String[30];
DL : String[1];
Hdbc : Array[1..20] of Longint;
HENV : Longint;
MaxAnzStmt : Integer;
0=free 1=inactive 2=active
Owner : String[15];
Server : String;
Status : Integer;
Stmt : Array[1..20] of Longint;
StmtStatus : Array[1..20] of Integer;