[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

Re: [sqlite] PRAGMA user_version of attached database

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

Re: [sqlite] PRAGMA user_version of attached database

2012-03-12 Thread Marc L. Allen
] PRAGMA user_version of attached database 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

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