All the sqlite examples I see use absolute paths to the sqlite database in 
Visual Studio projects, e.g. "C:\users\test\apps\db\test.db3".

How can I specify the path to the sqlite database relative to the application 
root folder, e.g. "db\test.db3"?

This is helpful when I am developing the app on different machines with 
different paths to the application root.

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

Reply via email to