Page 1 of 1

FIRowset

Posted: Fri 25 Jul 2014 11:29
by sesam
Hello,

a customer got the following error while using a SELECT Statement:

TOLEDBRecordSet.ClearHRow - FIRowset must be setted
(D:\Projects\Delphi\Dac\SqlServer\Source\OLEDBAccess.pas, row 7853)

It is not reproduceable.

We are using the latest Version...

Any ideas?
Thanks,
Andreas

Re: FIRowset

Posted: Fri 25 Jul 2014 13:01
by Dimon
We haven't encountered this problem before.
Try to set TMSQuery.CursorType to ctDefaultResultSet and check if this solves the problem.

Re: FIRowset

Posted: Fri 25 Jul 2014 13:39
by sesam
It's the default value and I didn't change it...

Re: FIRowset

Posted: Wed 30 Jul 2014 15:15
by azyk
Try to narrow your project to localize the error origin and then achieve its stable reproduction.