Abstract error Calling DataSet.Prepare with Direct Mode = False

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
eduardosic
Posts: 387
Joined: Fri 18 Nov 2005 00:26
Location: Brazil

Abstract error Calling DataSet.Prepare with Direct Mode = False

Post by eduardosic » Mon 13 Mar 2006 05:31

Hello,

the error happened with TmyQuery.Prepare; only in TmyConnection.Direct = False.

SQL: Select * From Clients.

Code:
MyQuery.Close;
MyQuery.Prepare; << exception Here..
MyQuery.Open;
Exception:
" Abstract error "

*****
Delphi 7.0 4.453
myDAC 4.30.0.11
mySQL 5.0.18 nt-max.

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

Post by Antaeus » Mon 13 Mar 2006 13:56

Thank you for information.
We reproduced this problem and fixed it. This fix will be included in the next MyDAC build.

Post Reply