Subject Re: SQLite to DbF
From Mervyn Bick <invalid@invalid.invalid>
Date Thu, 16 Feb 2023 16:48:45 +0200
Newsgroups dbase.getting-started

On 2023/02/16 16:37, Mervyn Bick wrote:

> Creating 585 empty .dbf files by hand will be a lot of work.  You may be
> able to automate this by using cretable7.prg from the dUFLP.  With the
> table in SQLite selected in the Navigator
>
> do :duflp:cretable7 with '*.dbf'
>
> This will place code to create the .dbf file in cretable.txt and
> although it has .txt as the extension it can be executed.
>
> First make sure that the long text fields are shown as MEMO and, if
> necessary, edit the file.
>

Oops.

Before you execute the file you will need to move it to the folder where
you want the .dbf files and then select the folder in the Navigator
before you create the .dbf files and execute the program to populate them.

> do cretable.txt

Mervyn.