DeleteWhere() on TMyTable doesn't appear to be removing where content

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
[email protected]
Posts: 6
Joined: Tue 08 Nov 2005 15:58

DeleteWhere() on TMyTable doesn't appear to be removing where content

Post by [email protected] » Tue 08 Nov 2005 16:02

I am using filtering and change the where parameter via AddWhere. Before I AddWhere I DeleteWhere but the FinalSQL shows the previous where appended to the new where. i.e. the deleteWhere did not clear the where clause. The BaseSQL remains OK

MyDAC 4.00.1.6
Borland C++ builder 6

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Post by Ikar » Thu 10 Nov 2005 12:28

Thank you for information.
We reproduced your problem and fixed it. This fix will be included in the next MyDAC build. It will be available in about two weeks. Please look forward for announcments at the forum.

Post Reply