|
@@ -51,7 +51,7 @@ type
|
|
TPQConnection = class (TSQLConnection)
|
|
TPQConnection = class (TSQLConnection)
|
|
private
|
|
private
|
|
FConnectionPool : array of TPQTranConnection;
|
|
FConnectionPool : array of TPQTranConnection;
|
|
- FCursorCount : word;
|
|
|
|
|
|
+ FCursorCount : dword;
|
|
FConnectString : string;
|
|
FConnectString : string;
|
|
FIntegerDateTimes : boolean;
|
|
FIntegerDateTimes : boolean;
|
|
FVerboseErrors : Boolean;
|
|
FVerboseErrors : Boolean;
|