Re: [sqlite] Mixing SQlite DLL versions

2009-02-19 Thread D. Richard Hipp
On Feb 18, 2009, at 10:00 PM, Jay A. Kreibich wrote: > On Wed, Feb 18, 2009 at 05:33:50PM -0500, Igor Tandetnik scratched > on the wall: >> jose isaias cabrera >> wrote: >>> Greetings and salutations. >>> >>> Can one SQLite db be UPDATEd and used by folks using

Re: [sqlite] Mixing SQlite DLL versions

2009-02-18 Thread Jay A. Kreibich
On Wed, Feb 18, 2009 at 05:33:50PM -0500, Igor Tandetnik scratched on the wall: > jose isaias cabrera > wrote: > > Greetings and salutations. > > > > Can one SQLite db be UPDATEd and used by folks using different DLL > > versions? > > All 3.* versions use the same file

Re: [sqlite] Mixing SQlite DLL versions

2009-02-18 Thread Igor Tandetnik
jose isaias cabrera wrote: > Greetings and salutations. > > Can one SQLite db be UPDATEd and used by folks using different DLL > versions? All 3.* versions use the same file format, and can happily coexist. Igor Tandetnik

[sqlite] Mixing SQlite DLL versions

2009-02-18 Thread jose isaias cabrera
Greetings and salutations. Can one SQLite db be UPDATEd and used by folks using different DLL versions? Long story, but here is the short story... Our department here uses a tool that I created for PM'ing. The D SQLite wrapper that the program uses works fine with v3.6.11. The program is