Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sql fields with spaces in column name
Message
From
29/12/2008 14:01:10
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Sql fields with spaces in column name
Miscellaneous
Thread ID:
01369972
Message ID:
01369972
Views:
73
Hello,

I'm trying to interface to Sage's ACT!. Yeah, woe is me.

Anyways. There are some fields in there that look like: CONTACT OPPORTUNITY CONTACTID

Obviously, this confuses me, but I figured I'd try to SQL it anyways with ADO.

cSQL = [select * from VRP_CONTACT where CONTACT CONTACTID = "] + crsrs.contact_opportunity_contactid + ["]

This confuses ADO too, so I'm not alone.

I tried using just contactid and contact_contactid.

Nothing seems to go. Any ideas?
Next
Reply
Map
View

Click here to load this message in the networking platform