Page 1 of 1
Convert DBF to ADT
Posted: Mon Nov 18, 2019 11:40 pm
by TimStone
I would like to create a utility that will take data in existing DBF files and create ADT files ( Advantage Database Server ), to include the construction of a Data Dictionary.
Is there an example or esiting code ( or perhaps a viable utility ) to do this ?
Thanks
Re: Convert DBF to ADT
Posted: Tue Nov 19, 2019 12:14 am
by Giovany Vecchi
I made a utility for this.
Dbf2Advantage.exe
Download and run.
https://github.com/giovanyvecchi/tAdsGi ... 2Advantage
Re: Convert DBF to ADT
Posted: Tue Nov 19, 2019 6:32 pm
by TimStone
Thanks. I tried it but it failed, and I could not understand the error message.
Would you be willing to share the source so I could see how it works ?
Re: Convert DBF to ADT
Posted: Tue Nov 19, 2019 9:04 pm
by Giovany Vecchi
Re: Convert DBF to ADT
Posted: Tue Nov 19, 2019 9:10 pm
by cnavarro
Thanks, Giovany