RefreshQuick problem (urgent)

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Zsolt Csillag
Posts: 30
Joined: Sun 28 May 2006 16:09

RefreshQuick problem (urgent)

Post by Zsolt Csillag » Wed 06 Feb 2008 09:32

Hello,


Hello I have a MyQuery with the sql:

Select * from MyTable where MyPrimaryKey=:MyParam
order by MyPrimaryKey

The table above contains a timestamp field, too.

However when I issue: MyQuery.RefreshQuick(False)

then I got the following error:

"project xx.exe raised exception class EDataBaseError wiht message "Not found field corresponding parameter MyParam"

The Refresh method works perfectly.


Thank you in advance

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Thu 07 Feb 2008 10:16

We can not reproduce the problem.
Please send a complete small sample to dmitryg*crlab*com to demonstrate it, including script to create and fill table.

Also supply us the following information
- exact version of Delphi, C++ Builder or Kylix;
- exact version of MyDAC. You can see it in the About sheet of TMyConnection Editor.

Post Reply