On Sun, 2005-01-30 at 16:49 -0400, [EMAIL PROTECTED] wrote: > I am using Sqlite 3.1.0 with a MFC SDI project. I want Sqlite database > to be my file format of SDI, which I can open, close and save through > (File) menu. Does anyone have experience with this and know how to do it? >
SQLite as an application file format is one of the suggested uses for SQLite at http://www.sqlite.org/whentouse.html. I've done this (though using Tcl/Tk as the programming language, not C++) and it has worked *very* well. -- D. Richard Hipp <[EMAIL PROTECTED]>