jeremy_c Messages: 175 Registered: August 2007 Location: Ohio, USA
Experienced Member
Yes, but I am confused as to what your proposed solution is to my problem of wanting to have a log file database and also the static data file.
If I could manage two difference schema files, so that when I create one (say a new logbook) that it does not create all the static database table definitions, I could manage the rest with SQLite's attach/detach methods.
I am just unsure of how to have two schema files that remain independent of each other but usable both usable in the same app.