Hi all,

After converting our Pervasive database to MS SQL Server I am creating my
first report using SQLExecDirect.
During the loop to read the resultset and send the data to the report engine
I am also reading another file (LAB), using a standard find EQ command.
I get the following error message:

---------------------------
Error
---------------------------
General error. 01000 (0)--[Microsoft][ODBC SQL Server Driver]Cursor was not
closed [LAB]

Status << 12289 >> on line # 134875
---------------------------
OK
---------------------------

Does anyone understand what causes this? I should be able to read other
files while processing the resultset, right?

Tia,
Martin