Record delete
From: miek (m706102516_at_cs.com)
Date: 09/23/04
- Next message: Del Murray: "Re: Record delete"
- Previous message: Bryce K. Nielsen: "Getting Parameters at runtime"
- Next in thread: Del Murray: "Re: Record delete"
- Reply: Del Murray: "Re: Record delete"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 23 Sep 2004 07:41:29 -0700
This code gives me an EOleException "operation not allowed
in this context" can someone help
With ADODataset1 Do
Begin
Try
While NOT EOF Do
Begin
First;
DeleteRecords;
Next;
End; //While
Finally
First;
End; //Try
- Next message: Del Murray: "Re: Record delete"
- Previous message: Bryce K. Nielsen: "Getting Parameters at runtime"
- Next in thread: Del Murray: "Re: Record delete"
- Reply: Del Murray: "Re: Record delete"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]