Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Vfp50 - SELECT SQL VIEW
Message
From
20/03/1997 16:17:23
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00025001
Message ID:
00025075
Views:
44
>>>CREATE SQL VIEW myview AS SELECT * FROM testdata!customer;
>>> WHERE country="Mexico"
>>
>>Thanks Jeff...
>>I don't understand.. how would you change...
>>
>>SELECT * FROM TABLE INTO CURSOR ANYCURSOR
>>
>>to a view so I can edit it?
>>
>>rob
>
>I'm still kind of new to VFP, and I'm not sure if this is what you are trying to do, but what I would do is:
>
>CREATE SQL VIEW myview AS SELECT * FROM TABLE
>
>This will create a local view of TABLE that you can make updateable using the View Designer or programatically. You can then use myview as the data environment of your data entry/update form.
>
>Jeff

ok Jeff... thanks.. that really helps.
after the TABLE is create, what will the code
look like to make an updateable table using the programatically approach?
Robert Keith
Independent Developer
San Antonio, Texas
E-mail address:
rebelrob1@yahoo.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform