Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Use a remote view
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00297838
Message ID:
00297912
Views:
25
Hi Sherry,

You can use "USE myview" if you want; like you do in tables!
After "USE" you can use "SELECT". Example:

OPEN DATABASE mydatabase
USE myview
Total = Recno( )

Wait window "My view has " + Alltrim(Str(total)) + "Records"

Select ... && Imagine: SELECT other table
...

SELECT myview
Replace customer_code With "123"

Select * from myview order by 1

----------

As you can see, you can treat a view like a table!

If you detail me your problem, probabily i can help a little more...


Cheers,

Ricardo
Previous
Reply
Map
View

Click here to load this message in the networking platform