#02000No data - zero rows fetched, selected, or processed

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Thomas J.
Posts: 95
Joined: Mon 21 Nov 2005 12:16
Location: Germany

#02000No data - zero rows fetched, selected, or processed

Post by Thomas J. » Tue 11 Nov 2008 09:27

Hello support,
I get an error when this line is executed.

Code: Select all

DsPostenGrid->DataSet->FieldByName("n_customer_id")->AsInteger = m_LastUsedCustomerId;
The dataset is insert mode!

Why?
I use the version 5.55.0.39 for Delphi 2007 with C++Builder 2007

Thanks for your help
Thomas

Thomas J.
Posts: 95
Joined: Mon 21 Nov 2005 12:16
Location: Germany

Post by Thomas J. » Tue 11 Nov 2008 10:13

Sorry my fault.
Due to the statement above another select statement was execute. And this use an stored procedure which has an error.

Post Reply