[sqlite] Regarding sqlite3_open

2006-10-28 Thread ravi.karatagi
Hi All, I am using sqlite3_open() in my program. It is returning error code 14(file not found) every time. Where does it search for the file? I even tried with the fully qualified path, Also placing the file in the working directory. Even if the file does not exist, it should create

Re: [sqlite] Regarding sqlite3_open

2006-10-28 Thread Lloyd
Which platform are you using? Do you (application) have enough permission to create files in the specified location ? On Sat, 2006-10-28 at 16:19 +0530, [EMAIL PROTECTED] wrote: Hi All, I am using sqlite3_open() in my program. It is returning error code 14(file not found) every

RE: [sqlite] Regarding sqlite3_open

2006-10-28 Thread ravi.karatagi
I am doing it on Windows. Hence permissions shouldn't be a problem. Regards, Ravi K -Original Message- From: Lloyd [mailto:[EMAIL PROTECTED] Sent: Saturday, October 28, 2006 4:49 PM To: sqlite-users@sqlite.org Subject: Re: [sqlite] Regarding sqlite3_open Which platform are you using

Re: [sqlite] Regarding sqlite3_open

2006-10-28 Thread Trevor Talbot
On 10/28/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I am doing it on Windows. Hence permissions shouldn't be a problem. NTFS has permissions too. Sysinternals' FileMon utility may be useful, as it will show exactly what is going on in terms of file I/O.