Rowset position cannot be restarted
- From: "Mike Meyer" <m.meyer@xxxxxxx>
- Date: Thu, 30 Jun 2005 17:20:46 +0300
Hi,
I have two Datasets (AdoQuery) connected as Master-Details.
The error "Rowset position cannot be restarted" appears
when I am trying to iterate through Child dataset records using code below.
While not AdoQueryChild.Eof do
begin
ReadingRecordsValues.....;
AdoQUeryChild.Next;
end;
This happens on MSSQL, CursorLocation and CursorType for both DataSets are
set
to clUseServer and ctKeyset.
Thanks for help
M.
.
- Prev by Date: Re: Windows has no MS Access installed
- Next by Date: Properties Not Supported
- Previous by thread: Add record on one form immediately show on another form when closed
- Next by thread: Properties Not Supported
- Index(es):