Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
INSERT INTO Method2 ([Contract #]) - doesn't work!
Message
From
19/11/2001 10:36:52
 
General information
Forum:
Visual Basic
Category:
Database DAO/RDO/ODBC/ADO
Miscellaneous
Thread ID:
00583218
Message ID:
00583447
Views:
17
What's the database?

It should work on an Access db.

>Help!
>
>The following command is failing:
>
>cnPdox.Execute "INSERT INTO Method2 ([Contract #]) VALUES ('10092169');"
>
>with the message:
>
>The INSERT INTO statement contains the following unknown field name:
>'Contract #'. Make sure you have typed the name correctly and try the operation again.
>
>[Contract #] IS a valid field, a KEY field in fact. SQL sees it in an UPDATE query WHERE statement, but not in the INSERT query. Is there a problem with the # character? If I use the same INSERT command with a different field name, it works properly. What is it about the field name 'Contract #'?
>
>Thank you in advance for your time!
>John
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform