Re: [sqlite] Error Message near ".": syntax error

2011-10-09 Thread Simon Slavin
On 10 Oct 2011, at 2:06am, James Brison wrote: > Very embarrassing ... I had a typo after doing a copy & paste. > > Thanks All! No problem. We'd rather have a problem we can solve than one we can't. Simon. ___ sqlite-users mailing list

Re: [sqlite] Error Message near ".": syntax error

2011-10-09 Thread James Brison
ctober 8, 2011 7:06 PM Subject: Re: [sqlite] Error Message near ".": syntax error On 9 Oct 2011, at 2:28am, James Brison wrote: > I am receiving the following error message when running a query against a > sqlite db: > > Error Message near ".": syntax error >

Re: [sqlite] Error Message near ".": syntax error

2011-10-08 Thread Simon Slavin
On 9 Oct 2011, at 2:28am, James Brison wrote: > I am receiving the following error message when running a query against a > sqlite db: > > Error Message near ".": syntax error > > What does this mean? and how do I debug it? I'm new to sqlite and don't > understand the 'near'. Is it saying

Re: [sqlite] Error Message near ".": syntax error

2011-10-08 Thread Mr. Puneet Kishor
On Oct 8, 2011, at 8:28 PM, James Brison wrote: > I am receiving the following error message when running a query against a > sqlite db: > > Error Message near ".": syntax error > > What does this mean? and how do I debug it? I'm new to sqlite and don't > understand the 'near'. Is it

[sqlite] Error Message near ".": syntax error

2011-10-08 Thread James Brison
I am receiving the following error message when running a query against a sqlite db: Error Message near ".": syntax error What does this mean? and how do I debug it?  I'm new to sqlite and don't understand the 'near'.  Is it saying that I have syntax error somewhere involving '.'? Thanks