Page 1 of 1

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

Posted: Tue 11 Nov 2008 09:27
by Thomas J.
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

Posted: Tue 11 Nov 2008 10:13
by Thomas J.
Sorry my fault.
Due to the statement above another select statement was execute. And this use an stored procedure which has an error.