Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating a view using code.
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00348453
Message ID:
00348460
Views:
18
>Hi,
>
>I've created an updatable view using the View Wizard, but was wondering if there was someway to get the code so I can do it on the fly instead of having to have it in my DBC?
>
>I've looked at the CREATE VIEW command, but that doesn't seem to be what I need.
>
>Any help would be appreciated.
>
You could run GenDBC (should be under you VFP directory Tools\GenDBC) against your database to get the code implmentation of your view. With the SQL code, you could pull everything the results into a cursor and you wouldn't need a view.
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform