Hi, I'm curious how sqlite3 may perform for some of my applications that really don't need things like MySQL or larger. I am using bacula (http://www.bacula.org) at work so I dumped the bacula data from MySQL (mysqldump bacula > bacula.sql), wrote a perl script to massage the data, and now I'm trying to load that data into a sqlite3 file.
I don't see any errors on stdout, but the loading of rows stops after 55034 rows (file size is 6338560 bytes). I know in MySQL this table has rows. Where can I look and what might be the error that the rows are not loading? Mike Fedora Core 5 sqlite3 3.3.3 _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users