On 24 Jul 2014, at 3:07pm, Stephan Beal <[email protected]> wrote:
> A simpler solution which would serve my goals just as well: the ability to > rename only 'main' (e.g. sqlite3_rename_db(sqlite3*, char const * > newName)). i don't need 'main' because main is fluid in these apps. i need > a well-defined name which sticks with a db regardless of whether it is > opened or attached. What happens if you open any SQLite database, then ATTACH the same database to the same connection ? Simon. _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

