Re: [sqlite] PRAGMA user_version of attached database

2012-03-12 Thread Marc L. Allen
> Thanks. Sorry I missed that. And, yeah.. it's right there at the top. With a pretty diagram, too. I know. For some reason, I thought it would be specified with ATTACH itself. ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:

Re: [sqlite] PRAGMA user_version of attached database

2012-03-12 Thread Marc L. Allen
e: [sqlite] PRAGMA user_version of attached database > > "A pragma may have an optional database name before the pragma name. > The database name is the name of an ATTACH-ed database or it can be > "main" or "temp" > for the main and the TEMP databases. If the optio

Re: [sqlite] PRAGMA user_version of attached database

2012-03-12 Thread Peter Aronson
some pragmas, the database name is meaningless and is simply ignored." Thus, PRAGMA .user_version; Peter From: Marc L. Allen To: "sqlite-users@sqlite.org" Sent: Mon, March 12, 2012 10:27:54 AM Subject: [sqlite] PRAGMA user_version of attached dat

[sqlite] PRAGMA user_version of attached database

2012-03-12 Thread Marc L. Allen
When multiple databases are attached to the main, is there a way to get the user_version of any of the attached DBs? Thanks, Marc -- ** * * * * Marc L. Allen