Page 1 of 1

Convert DBF to ADT

PostPosted: 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

PostPosted: 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/tAdsGit/tree/master/Util/Dbf2Advantage

Re: Convert DBF to ADT

PostPosted: 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

PostPosted: Tue Nov 19, 2019 9:04 pm
by Giovany Vecchi
Dbf2Advantage fonts are in ftp. ftp://Contrib:123@giovanyvecchi.no-ip.info:97/Dbf2Advantage.zip

To generate it you have to add tAds source: https://github.com/giovanyvecchi/tAdsGit.git

Re: Convert DBF to ADT

PostPosted: Tue Nov 19, 2019 9:10 pm
by cnavarro
Thanks, Giovany