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.

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



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? 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 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 the file and return SQLITE_OK.
>
> Please throw some light on it.
>
>
>
> Thanks,
>
> Regards,
>
> Ravi K
>
>
>
>
>
>
> The information contained in this electronic message and any
attachments to this message are intended for the exclusive use of the
addressee(s) and may contain proprietary, confidential or privileged
information. If you are not the intended recipient, you should not
disseminate, distribute or copy this e-mail. Please notify the sender
immediately and destroy all copies of this message and any attachments.
>
> WARNING: Computer viruses can be transmitted via email. The recipient
should check this email and any attachments for the presence of viruses.
The company accepts no liability for any damage caused by any virus
transmitted by this email.
>
> www.wipro.com


__
Scanned and protected by Email scanner


-
To unsubscribe, send email to [EMAIL PROTECTED]

-



The information contained in this electronic message and any attachments to 
this message are intended for the exclusive use of the addressee(s) and may 
contain proprietary, confidential or privileged information. If you are not the 
intended recipient, you should not disseminate, distribute or copy this e-mail. 
Please notify the sender immediately and destroy all copies of this message and 
any attachments.

WARNING: Computer viruses can be transmitted via email. The recipient should 
check this email and any attachments for the presence of viruses. The company 
accepts no liability for any damage caused by any virus transmitted by this 
email.

www.wipro.com

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



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 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 the file and return SQLITE_OK.
> 
> Please throw some light on it.
> 
> 
> 
> Thanks,
> 
> Regards,
> 
> Ravi K
> 
> 
> 
> 
> 
> 
> The information contained in this electronic message and any attachments to 
> this message are intended for the exclusive use of the addressee(s) and may 
> contain proprietary, confidential or privileged information. If you are not 
> the intended recipient, you should not disseminate, distribute or copy this 
> e-mail. Please notify the sender immediately and destroy all copies of this 
> message and any attachments.
> 
> WARNING: Computer viruses can be transmitted via email. The recipient should 
> check this email and any attachments for the presence of viruses. The company 
> accepts no liability for any damage caused by any virus transmitted by this 
> email.
> 
> www.wipro.com


__
Scanned and protected by Email scanner

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



[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 the file and return SQLITE_OK.

Please throw some light on it.



Thanks,

Regards,

Ravi K






The information contained in this electronic message and any attachments to 
this message are intended for the exclusive use of the addressee(s) and may 
contain proprietary, confidential or privileged information. If you are not the 
intended recipient, you should not disseminate, distribute or copy this e-mail. 
Please notify the sender immediately and destroy all copies of this message and 
any attachments.

WARNING: Computer viruses can be transmitted via email. The recipient should 
check this email and any attachments for the presence of viruses. The company 
accepts no liability for any damage caused by any virus transmitted by this 
email.

www.wipro.com