Subject | RE: [firebird-support] Unexpected end of commad? |
---|---|
Author | Nigel Weeks |
Post date | 2005-07-13T04:46:55Z |
That'll be because the end of your command was unexpected. Here are some
examples
Insert into table(field) values ('henry'; - missing the closing bracket
Insert into table(f1,f2) values ('a'); - no second parameter
Check that you've closed your brackets, quotes, and if needed, you've got a
semicolon on the end.
Nige.
examples
Insert into table(field) values ('henry'; - missing the closing bracket
Insert into table(f1,f2) values ('a'); - no second parameter
Check that you've closed your brackets, quotes, and if needed, you've got a
semicolon on the end.
Nige.
> -----Original Message-----
> From: firebird-support@yahoogroups.com
> [mailto:firebird-support@yahoogroups.com] On Behalf Of osyaemos
> Sent: Wednesday, 13 July 2005 2:00 PM
> To: firebird-support@yahoogroups.com
> Subject: [firebird-support] Unexpected end of commad?
>
> I receive this message when execute a INSERT in my program.
>
> Why?
>
> Thank you.
>
>
>
>
>
>
>
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>
> Visit http://firebird.sourceforge.net and click the Resources
> item on the main (top) menu. Try Knowledgebase and FAQ links !
>
> Also search the knowledgebases at http://www.ibphoenix.com
>
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>
> Yahoo! Groups Links
>
>
>
>
>
>
>
>
> __________ NOD32 1.1166 (20050711) Information __________
>
> This message was checked by NOD32 antivirus system.
> http://www.eset.com
>
>