|
@@ -579,7 +579,6 @@ procedure TPQConnection.AddFieldDefs(cursor: TSQLCursor; FieldDefs : TfieldDefs)
|
|
var
|
|
var
|
|
i : integer;
|
|
i : integer;
|
|
size : integer;
|
|
size : integer;
|
|
- st : string;
|
|
|
|
fieldtype : tfieldtype;
|
|
fieldtype : tfieldtype;
|
|
nFields : integer;
|
|
nFields : integer;
|
|
|
|
|
|
@@ -617,8 +616,6 @@ end;
|
|
|
|
|
|
function TPQConnection.Fetch(cursor : TSQLCursor) : boolean;
|
|
function TPQConnection.Fetch(cursor : TSQLCursor) : boolean;
|
|
|
|
|
|
-var st : string;
|
|
|
|
-
|
|
|
|
begin
|
|
begin
|
|
with cursor as TPQCursor do
|
|
with cursor as TPQCursor do
|
|
begin
|
|
begin
|
|
@@ -644,7 +641,6 @@ var
|
|
dbl : pdouble;
|
|
dbl : pdouble;
|
|
cur : currency;
|
|
cur : currency;
|
|
NumericRecord : ^TNumericRecord;
|
|
NumericRecord : ^TNumericRecord;
|
|
- s : string;
|
|
|
|
|
|
|
|
begin
|
|
begin
|
|
Createblob := False;
|
|
Createblob := False;
|