prepared statement "PRSTMTSTxxxxxxxxx" does not exist
Posted: Wed 01 Jun 2011 19:45
We are using Delphi 7 and UniDac version 3.60.0.16 and the PostgreSQL provider and are sometimes getting this error when we execute the following.
Query1.FetchRows:= 250;
Query1.SpecificOptions.Values['FetchAll']:= 'false';
//The wwDBGrid.DataSource.DataSet is Query1
//The error happens sometimes on the refresh
wwDBGrid.DataSource.DataSet.Refresh;
The error is:
prepared statement "PRSTMTSTxxxxxxxxx" does not exist
Can you please help? Thanks.
Query1.FetchRows:= 250;
Query1.SpecificOptions.Values['FetchAll']:= 'false';
//The wwDBGrid.DataSource.DataSet is Query1
//The error happens sometimes on the refresh
wwDBGrid.DataSource.DataSet.Refresh;
The error is:
prepared statement "PRSTMTSTxxxxxxxxx" does not exist
Can you please help? Thanks.