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 the code by searching for import in the shell.c

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 line:

[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