> On Jun 20, 2017, at 9:06 AM, Adrien Monteleone <[email protected]> > wrote: > > I thought I had set this up with SQLite3, but this does make me question > that. I tried looking for something that would tell me but I’m not seeing it. > Certainly, trying to open the file directly, it is not uncompressed XML. > > Is there something in a log file or config file that might indicate which > backend is presently in use? > > And if it is XML, I don’t suppose I can switch can I?
Adrien, If it’s a SQLite3 file the first bytes will be “SQLite format 3” in ASCII. A compressed XML file will have no ASCII in the header. Regards, John Ralls _______________________________________________ gnucash-user mailing list [email protected] https://lists.gnucash.org/mailman/listinfo/gnucash-user ----- Please remember to CC this list on all your replies. You can do this by using Reply-To-List or Reply-All.
