On 2/3/2011 9:48 AM, BareFeetWare wrote:
> I could be using any SQLite utility, whether the command line, SQLite
> Manager, Froq etc. I happen to be using my own app, developed for the
> iPad/iPhone. In any of these environments, I open my main SQLite data
> file then want to run an SQL script/procedure which starts with an
> attach command.

Somehow, you managed to build the path to the main file. Set the 
process' working directory to the same path (on Posix systems, see chdir).
-- 
Igor Tandetnik

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to