Re: [sqlite] Relative path to sqlite database

2012-02-21 Thread Taleeb Anwar
sqlite-users-boun...@sqlite.org [mailto: > sqlite-users-boun...@sqlite.org] On Behalf Of Simon Slavin > > Sent: Monday, February 20, 2012 9:51 PM > > To: General Discussion of SQLite Database > > Subject: Re: [sqlite] Relative path to sqlite database > > > > > > On 21 Feb 2

Re: [sqlite] Relative path to sqlite database

2012-02-21 Thread Pavel Ivanov
y, February 20, 2012 9:51 PM > To: General Discussion of SQLite Database > Subject: Re: [sqlite] Relative path to sqlite database > > > On 21 Feb 2012, at 2:49am, "Agrawal, Manish" <magra...@usf.edu> wrote: > >> All the sqlite examples I see use absolute paths to th

Re: [sqlite] Relative path to sqlite database

2012-02-20 Thread Igor Tandetnik
Agrawal, Manish <magra...@usf.edu> wrote: > 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 appli

Re: [sqlite] Relative path to sqlite database

2012-02-20 Thread Agrawal, Manish
of SQLite Database Subject: Re: [sqlite] Relative path to sqlite database On 21 Feb 2012, at 2:49am, "Agrawal, Manish" <magra...@usf.edu> wrote: > All the sqlite examples I see use absolute paths to the sqlite database in > Visual Studio projects, e.g. "C:\users\test\apps

Re: [sqlite] Relative path to sqlite database

2012-02-20 Thread Simon Slavin
On 21 Feb 2012, at 2:49am, "Agrawal, Manish" <magra...@usf.edu> wrote: > 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 sqlit

[sqlite] Relative path to sqlite database

2012-02-20 Thread Agrawal, Manish
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 a