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
FIRowset
Re: FIRowset
We haven't encountered this problem before.
Try to set TMSQuery.CursorType to ctDefaultResultSet and check if this solves the problem.
Try to set TMSQuery.CursorType to ctDefaultResultSet and check if this solves the problem.
Re: FIRowset
It's the default value and I didn't change it...
Re: FIRowset
Try to narrow your project to localize the error origin and then achieve its stable reproduction.