Whether your question mean to open database file which is in some other
location?

If yes,

 we will be using the 


int sqlite3_open(const char *filename,sqlite3 **ppDb);


call to open the database. In that we will have to mention the file
name. There instead of using the file name simply, give the full path of
the file. It will work fine.

Thanks,
  Lloyd.

On Fri, 2006-10-27 at 12:17 +0530, sandhya wrote:
> Hi,
>    Is it possible to refer db file from other than the Current project 
> location.If Yes,How can we refer(tell) the location of the DB file to the 
> project.Please help me.
> 
> Thank you all,
> - Sandhya


______________________________________
Scanned and protected by Email scanner

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to