Re: [sqlite] How to deal with Filesize-Limit of 2GB on Windows 95

2004-06-18 Thread Daniel K
The SQL ATTACH command might help you develop a workaround. Dan. --- Roberto Saccon <[EMAIL PROTECTED]> wrote: > Hi all > > I am a happy user of sqlite, but currently my > filesizes are little, > because I store Multimedia data on a > Berkeley-DB-like storage (QDBM), > which can be splitted

Re: [sqlite] How to deal with Filesize-Limit of 2GB on Windows 95

2004-06-18 Thread Darren Duncan
At 2:28 AM +0200 6/19/04, Roberto Saccon wrote (by direct email): Thanks, but I have no control over the computers of people using my application. Of course this is not a problem for my own system, but believe me, there are millions of people ot there with such old systems. Roberto Who says you

Re: [sqlite] How to deal with Filesize-Limit of 2GB on Windows 95

2004-06-18 Thread Darren Duncan
At 1:58 AM +0200 6/19/04, Roberto Saccon wrote: Hi all I am a happy user of sqlite, but currently my filesizes are little, because I store Multimedia data on a Berkeley-DB-like storage (QDBM), which can be splitted into several files. Now I am thinking about storing the multimedia data also wit