M mozaharul Active Member Licensed User Jul 28, 2008 #1 Hi, I tried to import a CSV file (having 53241 records)to SQLite using SQLite Database Browser 1.3 but it stucks each time. Please help. Attached is the zipped CSV file. regards,
Hi, I tried to import a CSV file (having 53241 records)to SQLite using SQLite Database Browser 1.3 but it stucks each time. Please help. Attached is the zipped CSV file. regards,
M mozaharul Active Member Licensed User Jul 28, 2008 #3 Hi, Thanks, I appreciate for your effort. Can I know the name and URL, the application you used ? Best regards
Hi, Thanks, I appreciate for your effort. Can I know the name and URL, the application you used ? Best regards
Gianni M Well-Known Member Licensed User Longtime User Jul 28, 2008 #4 wake up my friend, i have converted/imported it with BASIC4PPC :sign0060:
Erel B4X founder Staff member Licensed User Longtime User Jul 28, 2008 #5 You can load the CSV file to a table with Table.LoadCSV and then convert it to an SQLite table with SQL.CreateSQLTable.
You can load the CSV file to a table with Table.LoadCSV and then convert it to an SQLite table with SQL.CreateSQLTable.