Subject | Re: [ib-support] Delphi Delete Records |
---|---|
Author | Pete Clark |
Post date | 2002-11-03T22:30:11Z |
In message <NBBBJKLIEJPCMJJOFDNPGEMNEIAA.alan@...>, Alan
McDonald <alan@...> writes
I run thru a "while not eof" using a IBQuery. I then run a complicated
Delphi function over the current record, and under certain
circumstances, delete the record. Simple.
But I can't figure out an elegant (read "working") method to delete the
record. The main query returns a million plus records.
Pete Clark
McDonald <alan@...> writes
>what connection components are you using?TIBDatabase, etc., in Delphi 6.
>ibobjects has their own list
>IBX has the Borland newsgroup listing
>so too does dbExpress
>I haven't successfully found any!
>deleting can be done in many ways depending on what you really want to do.
I run thru a "while not eof" using a IBQuery. I then run a complicated
Delphi function over the current record, and under certain
circumstances, delete the record. Simple.
But I can't figure out an elegant (read "working") method to delete the
record. The main query returns a million plus records.
>--
>Alan
Pete Clark