Subject Re: csv file
From Mervyn Bick <invalid@invalid.invalid>
Date Tue, 16 Jan 2024 14:22:13 +0200
Newsgroups dbase.getting-started

On 2024/01/16 08:35, Lee Grant wrote:
> Ed,
>
> You either need to use the COPY command from XDML, or the UpdateSet.copy
> from OODML.
>
> Look up COPY in the OLH.

I'm afraid even if you set the updateset's destination property to
'whatever.csv' it won't create a .csv file.  It is going to create a
table named whatever.csv :-(  This can be opened by USE whatever.csv

Mervyn.