Advance Pascal Script (DWS Extanded)
TSQLConnection
TSQLConnection- -
Description
Hierarchytype TSQLConnection= class(TPersistent)
property ACTIVE:Boolean;
property CURSORCOUNT:Integer;
property PARAMS:TStringList;
property PWD:String;
property RECORDSAFFECTED:Integer;
property USR:String;
procedure BeginTrans
procedure Close
procedure Commit
constructor Create
procedure ExecuteSQL(SQLText: String)
procedure Open
procedure RollBack
end;
UP