We have had several threads about converting DBF files to SQL but they all seem to end unresolved. Years ago I remember a utility that did it with no problem, but can't seem to find one now that I'm sure is safe. ( Sometimes the downloads bring viruses ).
Some resources say to import the data in to Access and then import it into a SQL database. When trying that with the latest version of Access it tells me the .dbf file is not in the expected format. It works just fine.
I noticed a reference to the DBF2SQL.prg available in FWH, but some comments stated it would not work with FPT files.
Has anyone found a reasonable way to do this ? Ultimately all of my clients, with about 115 DBF files each, would need to be converted. Many of those files do have memo fields.
I likely would want to use MSSQL Express ( since I compile with Microsoft Visual Studio ) though I am also studying MySql.