"Record not found" error

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
ben
Posts: 119
Joined: Wed 17 Nov 2004 19:48

"Record not found" error

Post by ben » Wed 27 Jun 2007 11:23

Hello,

In a DM.Query1.Refresh

I get a strange error

EDatabaseError: POSPrepayItems: Record not found

Version 5.00.1.7

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Wed 27 Jun 2007 14:41

Try to download the last build of MyDAC (5.10.0.9). We recently fixed similar problems in it. If the problem persists, please send me a complete small sample at evgeniyD*crlab*com to demonstrate it, including script to create and fill table.

ben
Posts: 119
Joined: Wed 17 Nov 2004 19:48

Post by ben » Thu 28 Jun 2007 19:23

i cant download newer version cause of this bug:

http://crlab.com/forums/viewtopic.php?t=9997

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Mon 02 Jul 2007 08:44

You can disable this behaviour in MyDAC 5.10.0.9 by setting the EnableBoolean option of TMyQuery to False. If this is impossible for you, please contact me by e-mail (evgeniyd*crlab*com) to find another way to disable this behaviour.

Post Reply