I have several large Sqlite3 databases that need to be converted into VFP tables and finally to SQLServer tables.
My problem is that the Sqlite tables do not want to just carry over to VFP with a simple append or scatter gather. The data was not very well designed and it is truncating or garbling when brought over.
I tried several conversion tools but they all reported errors with multiple records.
I was able to export the data as Sql IMPORT commands but now I need to import them into the VFP tables. The one Import set is 157meg and cannot be run as a simple program.
--- INSERT INTO table VALUES(1679576722,'Wiebe','David','A','','','M.D.')
Is there a tool or utility that will take an SQL commands file and run each command from within a VFP program? Is there a better way that I am not seeing?
Any assistance is appreciated.
Jon Black
My problem is that the Sqlite tables do not want to just carry over to VFP with a simple append or scatter gather. The data was not very well designed and it is truncating or garbling when brought over.
I tried several conversion tools but they all reported errors with multiple records.
I was able to export the data as Sql IMPORT commands but now I need to import them into the VFP tables. The one Import set is 157meg and cannot be run as a simple program.
--- INSERT INTO table VALUES(1679576722,'Wiebe','David','A','','','M.D.')
Is there a tool or utility that will take an SQL commands file and run each command from within a VFP program? Is there a better way that I am not seeing?
Any assistance is appreciated.
Jon Black