I was advised to move away from .dbf as a backend data store as it is not very secure. Anyone can do an ODBC FROM MS access and make unauthorized updates. Hence I moved to MySql, which is free.
I was then faced with the problem of upsizing my my .dbc and found that the Upsizing wizard in VFP only handles Microsoft's SQL Server, neither did Mysql have an import facility for VFP .dbcs. I play around and realized that it handled MS Access Tables, so I imported my .dbc into an MS Access .mdb and then Exported them to MySql via the export file type 'ODBC Databases'. This assumes that you have a MySql/MS Access ODBC connection in place.
Good Luck
I was then faced with the problem of upsizing my my .dbc and found that the Upsizing wizard in VFP only handles Microsoft's SQL Server, neither did Mysql have an import facility for VFP .dbcs. I play around and realized that it handled MS Access Tables, so I imported my .dbc into an MS Access .mdb and then Exported them to MySql via the export file type 'ODBC Databases'. This assumes that you have a MySql/MS Access ODBC connection in place.
Good Luck