DOCERR: Syntax Error When Using INSERT INTO Example CodeID: Q135520 The information in this article applies to:
SUMMARYOn Page 155 in the Developer's Guide, an INSERT INTO command is given to insert a record into the Customer table of the Tastrade database. When this code is typed into the Command window or in a program, a 'Syntax error' message is displayed. Because an apostrophe is used in the text to be added for the Company field, the Company data needs to be enclosed in double quotation marks.
MORE INFORMATIONThis incorrect code:
should be:
Additional reference words: 3.00 VFoxWin
KBCategory: kbprg kbdocerr
KBSubcategory: FxprgSql
|
Last Reviewed: August 23, 1995 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |