Subject | Re: [IBO] how to delete all record in Tiboquery? |
---|---|
Author | lester@lsces.co.uk |
Post date | 2002-09-05T09:42:13Z |
A bit long-winded
why not just do an IB_DQSL
DELETE * FROM TABLE
or filter on what you want to delete
and execute
On your code, I am not sure who the caching of data may be
effecting the result. You may be deleting from the second
record, are you using Open() or First() to open the query
before deleting?
--
Lester Caine
-----------------------------
L.S.Caine Electronic Services
why not just do an IB_DQSL
DELETE * FROM TABLE
or filter on what you want to delete
and execute
On your code, I am not sure who the caching of data may be
effecting the result. You may be deleting from the second
record, are you using Open() or First() to open the query
before deleting?
--
Lester Caine
-----------------------------
L.S.Caine Electronic Services