Re: [sqlite] import files with more than 2GB?

2008-05-15 Thread Michael Lackhoff
On 6 May 2008 at 16:10, Dan wrote: > On May 6, 2008, at 3:38 PM, Michael Lackhoff wrote: > > > On 5 May 2008 at 11:50, D. Richard Hipp wrote: > > > >> The code to do an import is not part of the core SQLite, btw. It is > >> part of the CLI. You can find t

Re: [sqlite] import files with more than 2GB?

2008-05-06 Thread Michael Lackhoff
On 5 May 2008 at 11:50, D. Richard Hipp wrote: > The code to do an import is not part of the core SQLite, btw. It is > part of the CLI. You can find the code by searching for "import" in > the shell.c source file. I think I somehow managed to get it working. All I had to do is add this lin

Re: [sqlite] import files with more than 2GB?

2008-05-05 Thread Michael Lackhoff
command line and not an import-line. Thanks for looking into this -Michael -- Michael Lackhoff ZB MED Medizin. Gesundheit. / EDV-Abteilung Fon: + 49 (0) 221 478-7105 [EMAIL PROTECTED] ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

[sqlite] import files with more than 2GB?

2008-05-05 Thread Michael Lackhoff
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