> Is there a simple way to save results of a TQuery to some Paradox or DBase
> file ? Such file temporarily created anyway, but then, when query closed,
> file is deleted.
Does batchmove work from a TQuery source?
In oracle you can do a
CREATE TABLE BLAH AS SELECT * FROM SOMEWHEREELSE;
--
Aaron@home
---------------------------------------------------------------------------
New Zealand Delphi Users group - Database List - [EMAIL PROTECTED]
Website: http://www.delphi.org.nz
- [DUG-DB]: update query Mark Derricutt
- Re: [DUG-DB]: update query Kerry Sainsbury
- Re: [DUG-DB]: update query Aaron Scott-Boddendijk
- Re: [DUG-DB]: update query Mark Derricutt
- Re: [DUG-DB]: update query Aaron Scott-Boddendijk
- [DUG-DB]: TQuery to a table Alex Kouznetsov
- Re: [DUG-DB]: update que... Aaron Scott-Boddendijk
- Re: [DUG-DB]: update query Nic Wise
