> I'm stuck with an environment with a 2GB file size limit. What the exact problem do you see and how do you compile SQLite? All modern compilers have macros _LARGEFILE_SOURCE or _FILE_OFFSET_BITS=64 defined by default and with that SQLite works perfectly with any files with more than 2GB in size. So you could probably define those macros yourself and see if it makes things better.
Pavel On Mon, Jul 19, 2010 at 1:26 PM, James Croall <jcro...@pobox.com> wrote: > Hello All, > > > > I'm stuck with an environment with a 2GB file size limit. > > > > I have seen several posts over the last few years about working with these > limits, and several proposals discussed. Some involve creating a VFS layer > that splits the database file into chunks, and some discuss using a DISKIO > feature that I'm frankly not familiar with. > > > > Has anyone come up with a solution that they would be willing to share? I am > in a time crunch here and anything that would save me some time reaching a > solution would be *much* appreciated. > > > > Thanks! > > > > - James > > _______________________________________________ > sqlite-users mailing list > sqlite-users@sqlite.org > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users