Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CREATE SQL VIEW...
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
CREATE SQL VIEW...
Miscellaneous
Thread ID:
00487854
Message ID:
00487854
Views:
37
I want to programmatically create an updatable SQL View.

So I went to the View Designer, filled out all the necessary
fields, including the updates page, and this is the code it
produced:


  SELECT *;
   FROM Client!Head;
   WHERE Head.ControlId = ?cControlId;
   ORDER BY Head.Acct_No


When I run this code in a PRG, and make changes to the resulting
view, the changes are not reflected in the source table.

So how do I programmatically create an updatable SQL View?

Thanks
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Next
Reply
Map
View

Click here to load this message in the networking platform