Re: cgi sqlite error not able to write data in database

2010-07-24 Thread perl
On 07/24/2010 10:48 AM, Owen wrote: > >> On 07/24/2010 08:53 AM, Owen wrote: >> >>> hi, it got some error while adding data into sqlite through Perl script on Apache ... script can able to read the file but not able to write .. I have set the permissions

Re: cgi sqlite error not able to write data in database

2010-07-24 Thread Jeff Pang
2010/7/24 perl : > > This is the Error .. got from Apache ... > DBD::SQLite::db do failed: unable to open database file at > Specify the full path to the sqlite database file. You may know the absolute path of it, but Apache won't. -- Jeff Pang http://home.arcor.de/pangj/ -- To unsubscribe,

Re: cgi sqlite error not able to write data in database

2010-07-23 Thread Owen
> On 07/24/2010 08:53 AM, Owen wrote: >> >>> hi, >>> it got some error while adding data into sqlite through Perl script >>> on >>> Apache ... script can able to read the file but not able to write >>> .. I >>> have set the permissions of sqlite file to 666 .. >>> >>> when i ran the script from lo

Re: cgi sqlite error not able to write data in database

2010-07-23 Thread perl
On 07/24/2010 08:53 AM, Owen wrote: > >> hi, >> it got some error while adding data into sqlite through Perl script on >> Apache ... script can able to read the file but not able to write .. I >> have set the permissions of sqlite file to 666 .. >> >> when i ran the script from local user its wo