-----Original Message----- From: jim [mailto:[EMAIL PROTECTED] Sent: Monday, January 26, 2004 4:25 AM To: '[EMAIL PROTECTED]' Subject: export/import
hi- as i am creating a program that works with sqlite, i notice that each time i make a change to the table structure i lose the data (i think it is because create table is invoked) so basically if i understand it right i have to export data to a file before restructure and then after the table structure is changed import the data back into the newly modified table. is that right? i am not ready to try to create an export/import feature on my program. i think that is too advanced for me right now. does anyone know of or use a free program that can export sqlite tables to a file and import sqlite tables from a file? i tried sqlitemanager but i didnt get it to work. i will have to go check and see if the documents are in english yet. maybe it works and i just dont know how to use it. i will look at it tomorrow again. thanks for any input, marvin