Hello,

thanks to the flexibility of sqlite I can use a sybase database dump as 
a source for import into my database. Only problem: the file to import 
is over 2GB and I get a "file not found" error. The file is there, it 
can be read by split and imported after the split and the resultung 
sqlite database is over 2GB as well, so large file support doesn't seem 
to be a general problem. I wonder if there is a possibility to make 
this work in one go (without the split). It would speed things up and 
would save quite a lot of (temporary) disk space.

I am using version 3.5.8 on Solaris 9

the job file looks like this:
.separator ^A
create table mytable (...);
.import mydata.bcp mytable

Any ideas?
--Michael

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to