On 3 Feb 2011, at 2:59pm, BareFeetWare wrote: > But if a I have an arbitrary SQL script/procedure to perform, that starts > with an attach statement, I don't have creation control over the path > specified in the script.
If you were able to open the original database without specifying a path, then you can ATTACH to it another database from the same folder without a path. If you had to specify a path to open the original database, then use the same path when you open the attached database. Simon. _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

