Re: I don't understand this error!

2002-12-02 Thread Freedom Advocate
On Tuesday 03 December 2002 12:21 am, daniel wrote: > INSERT INTO (comment_lines) > VALUES('02075030009219','09','20','35','N','','3',''); > > maybe even that > > >= Original Message From daniel <[EMAIL PROTECTED]> = > >INSERT INTO comment_lines VALUES('02075030009219','09','20'

RE: I don't understand this error!

2002-12-02 Thread daniel
INSERT INTO (comment_lines) VALUES('02075030009219','09','20','35','N','','3',''); maybe even that >= Original Message From daniel <[EMAIL PROTECTED]> = >INSERT INTO comment_lines VALUES('02075030009219','09','20','35','N',' >','3',''); > >try that u didnt seem to have quo

RE: I don't understand this error!

2002-12-02 Thread daniel
INSERT INTO comment_lines VALUES('02075030009219','09','20','35','N',' ','3',''); try that u didnt seem to have quortation around the 3 >= Original Message From Freedom Advocate <[EMAIL PROTECTED]> = >This is the command I am having problems with and the error that I am getti

I don't understand this error!

2002-12-02 Thread Freedom Advocate
This is the command I am having problems with and the error that I am getting. What follows is some things I did to troubleshoot this problem. I can't see any problems with the SQL and as I note below, the line works fine when I apply it to the DB after getting the error. Help! [root@Casey root