> 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?
Yes:
Table1.BatchMove(Query1, batCopy);
batCopy will delete any previous Table1 you created.
Regards,
Mike
---------------------------------------------------------------------------
New Zealand Delphi Users group - Database List - [EMAIL PROTECTED]
Website: http://www.delphi.org.nz
- RE: [DUG-DB]: TQuery to a table Grant Black
- Re: [DUG-DB]: TQuery to a table Mike Osborne
- Re: [DUG-DB]: TQuery to a table pdunford
- Re: [DUG-DB]: TQuery to a table Aaron Scott-Boddendijk
- Re: [DUG-DB]: TQuery to a table Mike Osborne
