Am Mon, 4 Jul 2011 16:10:10 -0700 (PDT) schrieb ceekayCK: > It was quite easy to export to csv (using excel) :) > Now i have in one column Artist , and in second column Title
Fine. :-) > Ok So i use sqlite Manager in Firefox Unfortunately, I'm not too familiar with SQLite Manager. > What should I do next? Next I would fire up the CLI (type "sqlite3.exe mydb.db" at the command prompt if you're using Windows, assuming your database is named mydb.db), then type ".import docdata.csv mytable" or whatever your csv file and target table are named (type ".help" for further info). I never used that function before but I'm sure it will get you onto the right track. Good luck, Wolfgang _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users