Page 1 of 1

Abstract error Calling DataSet.Prepare with Direct Mode = False

Posted: Mon 13 Mar 2006 05:31
by eduardosic
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.

Posted: Mon 13 Mar 2006 13:56
by Antaeus
Thank you for information.
We reproduced this problem and fixed it. This fix will be included in the next MyDAC build.