Re: [sqlite] First "SELECT" query fails

2009-09-14 Thread purushotham.kotapalle
Hi, Any help to the below problem is of great help. Regards, Reddy -Original Message- From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Kotapalle Purushotham (Nokia-D/Bangalore) Sent: Tuesday, September 08, 2009 12:57 PM To:

[sqlite] First "SELECT" query fails

2009-09-08 Thread purushotham.kotapalle
Hi, I am using SqLite DB as a message Queue for data share between 2 process. I create a table in one process(say A) and then subcribe another process(say B) to extract data from the table everytime entry is added. Creating the table and subcribing is successful. However, there is a problem when