Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with field name
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Problem with field name
Miscellaneous
Thread ID:
00496721
Message ID:
00496721
Views:
64
I'm having a problem with an ODBC connection from VFP6 to a dbase III table. One of the fields has a ':' ( example, type:zone ) in it. I can do a select statement with the field referenced like this, [type:zone]. However, I am unable to get an insert statement to function. The Microsoft dbase odbc driver is saying that the field name, [type:zone], is an invalid name.
A shortened example of my insert statement is as follows:

Insert into table ( [type:zone] ) values ( 'fielddata' )

Any other field in the table doesn't have the colon. And the above insert example works just fine in regards to any other field. I've searched the
MS knowledge base without any luck.

Any ideas???

Thanks
Next
Reply
Map
View

Click here to load this message in the networking platform