Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Remote Views
Message
From
28/09/2004 17:51:00
 
 
To
28/09/2004 10:55:36
Jim Rieck
Quicken Loans/Rock Financial/Title Sourc
Livonia, Michigan, United States
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00946321
Message ID:
00946982
Views:
16
Jim
The Help file will show you how to "Create SQL View" in code.
The DBGETPROP() will show you the SQL that is generated by the wizard which can be used as a starting point.
The Wizard is only a tool, it is not a requirement.
Also look here in downloads for a tool called eview, it will help you up the learning curve.
regards

>The remote view is created with the wizard. I can't access the SQL statement that it generates.
>
>>The workaround is to use the AS clause
>>select mytable.desc as mydesc, mytable.otherfield
>>
>>DESC is a reserved word.
>>
>>regards
>>>All,
>>>
>>> I have an application that will be accessing a remote database. One of the fields has the name "desc". When I create a remote view in VFP 7 and browse the data I recieve the following error message: Connectivity error: [Microsoft][ODBC SQL Server Driver][SQL Server] Incorrect syntax near the keyword 'desc'. What work arounds are there for this bug?
Previous
Reply
Map
View

Click here to load this message in the networking platform