Hello to all,
i get the following error message from interbase
attempt to fetch past the last record in a record stream
when I execute the following code:
int fetch_stat = 0;
if (isc_dsql_execute2(m_connStatus, &m_transaction, &m_statement, dialect, in_sqlda, out_sqlda)) {
//if...