Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Vfp50 - SELECT SQL VIEW
Message
 
To
20/03/1997 08:35:52
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00025001
Message ID:
00025022
Views:
40
>How do I change this...
>SELECT * FROM TABLE INTO CURSOR ANYCURSOR
>to a VIEW do my users can edit the CURSOR?

In order to create this as a view, try:

CREATE SQL VIEW myview AS SELECT * FROM testdata!customer;
WHERE country="Mexico"


Jeff Rusch
jrusch@jvlnet.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform