Dave
2007-09-24 17:56:50 UTC
Hi All,
I am seeing Access Violations now when my program attempts to change the SQL
text of a query.
I have a simple bit of code like this:
qry400.Close;
qry400.SQL.Clear;
qry400.SQL.Text := Format('select DESC01 from CELS.RPT001 where
REP#01=%d', [i]);
qry400.Open;
When the app tries to execute this code a second time I get an AV:
Access violation at address 00404718 in module 'RepliGoPrint.exe'. Read of
address FFFFFFDD.
Anyone else experiencing similar problems?
Dave
I am seeing Access Violations now when my program attempts to change the SQL
text of a query.
I have a simple bit of code like this:
qry400.Close;
qry400.SQL.Clear;
qry400.SQL.Text := Format('select DESC01 from CELS.RPT001 where
REP#01=%d', [i]);
qry400.Open;
When the app tries to execute this code a second time I get an AV:
Access violation at address 00404718 in module 'RepliGoPrint.exe'. Read of
address FFFFFFDD.
Anyone else experiencing similar problems?
Dave