Home > Back-end >  Who encountered such a problem: line set position cannot be restarted
Who encountered such a problem: line set position cannot be restarted

Time:09-24

Rs. The Close;
Rs. CursorLocation:=clUseServer;
Try
Rs. The Open;
Except,
On E: the Exception do ShowMessage (e.M essage);
end;

Results: the rowset position cannot be restarted

CodePudding user response:

Broken links, set up

 Rs. Connected:=False; 
Rs. CursorLocation:=clUseServer;
Try
.
Rs. Connected:=True;
Except,
On E: the Exception do ShowMessage (e.M essage);
end;
  • Related