It may be "old style", but I have continuously used .dbf files in my applications.
Now I'm considering using ADT files ( Advantage proprietary ), but I have a few questions:
1) Is there a driver ( currently using xHarbour .com version, older ) for ADT ?
2) I have all my file access performed with tdata ( and extension of tdatabase ) and I appreciate using data objects ... cleaner, easier to trace. Can these classes be used with ADT files ?
3) Will ADT files only be useable with the client server software, or can they be accessed with the local server in place ?
Probably my biggest central issue is that I use over 110 .dbf files ( with .dbt and .cdx files, thats a lot ). In the newer technologies a "database" is one file with many tables. ADT would allow me to duplicate that structure. I don't believe there is a way to do that with the .dbf files.
I am using xHarbour.com commercial from Aug. 2010, with the Pelles C compiler at the present time. No, I do not want to use BCC.
Tim