Subject | SQL Help please |
---|---|
Author | Daniel Bertin |
Post date | 2003-07-29T17:01:57Z |
Can Someone tell me what is wrong with this simple statement? Please
INSERT INTO FEATURES
(TITLE,DESCRIPTION,PRIORITY,DATECREATED,CREATEDBY,PARENTFEATURE,IMPLEMENTESTIMATE,IMPLEMENTACTUAL,OWNER)
VALUES ('Test Title', 'Test Description', 2 ,NOW, 'me of
course','', 24, 22, 'ownerid')
ISC ERROR MESSAGE:
Dynamic SQL Error
SQL error code = -104
Unexpected end of command
what is causing this error ?
Daniel
INSERT INTO FEATURES
(TITLE,DESCRIPTION,PRIORITY,DATECREATED,CREATEDBY,PARENTFEATURE,IMPLEMENTESTIMATE,IMPLEMENTACTUAL,OWNER)
VALUES ('Test Title', 'Test Description', 2 ,NOW, 'me of
course','', 24, 22, 'ownerid')
ISC ERROR MESSAGE:
Dynamic SQL Error
SQL error code = -104
Unexpected end of command
what is causing this error ?
Daniel