Abstract error Calling DataSet.Prepare with Direct Mode = False
Posted: 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.
			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.