Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Use a remote view
Message
From
02/12/1999 09:57:39
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00297838
Message ID:
00297875
Views:
30
Sherry-

Just a small addition to Arnon's post:
IF !DBUSED( 'myDBC' )
  OPEN DATABASE myDBC
ENDIF
SET DATABASE TO myDBC
USE myView
Or,
USE myDBC!myView
> think you for your help, but what I need to know is how do I open the result set at run time. for example: if I am using a table the command I use is "use mytable" what is the command for a view ??? thanks.
Previous
Reply
Map
View

Click here to load this message in the networking platform