Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Access fields and table non contiguous (with blank)
Message
From
20/01/2001 08:04:30
Christian Cote
Les Logiciels Onoma Inc.
Longueuil, Quebec, Canada
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Access fields and table non contiguous (with blank)
Miscellaneous
Thread ID:
00466148
Message ID:
00466148
Views:
46
HI,
I created a connection to an Access database. While I can create a remote view without any problem (even the table name has a blank) , I do have some problem with the syntax. I need to query the view like this

SELECT MyRemoteVIew."My Field" from MyRemoteView where anotherfield = "some value"

I get the message : "Syntax error". And when I try :
SELECT "My Field" from MyRemoteViewo where anotherfield = "some value", I get several records that has "My Field" as a value (tge same occurs when I use [My Filed].

I know that with ADO I can resolve the problem with [My Table].[My Field].

Anybody has done something similar ?

Thank you,
Christian Cote
Next
Reply
Map
View

Click here to load this message in the networking platform