Re: [sqlite] Error is coming in Linux while openings Databse

2009-07-09 Thread Pramoda M. A
7663 -Original Message- From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Martin.Engelschalk Sent: Thursday, July 09, 2009 4:59 PM To: General Discussion of SQLite Database Subject: Re: [sqlite] Error is coming in Linux while openings Databse Hi, Does the

Re: [sqlite] Error is coming in Linux while openings Databse

2009-07-09 Thread Martin.Engelschalk
Hi, Does the user under which the application runs have write permission on the Directory the database resides in? Are you sure that the segfault occurs inside sqlite and not in your own code? Martin Pramoda M. A schrieb: > Hi All, > >I am working on Fedora 10. Using C interfaces, I am

[sqlite] Error is coming in Linux while openings Databse

2009-07-09 Thread Pramoda M. A
Hi All, I am working on Fedora 10. Using C interfaces, I am successfully opening database. No error while inserting data Into database. But after insertion, if I try to get data it is giving segmentation fault error. When I try to open using in-built sqlite3 commands, "Select * from File",