Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Remote view data not displaying
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00740453
Message ID:
00740458
Views:
18
Remote view is a cursor. So usually you need to:

open data....
use (remote_view)
select * from (remote_view)

>I have a remote view. When I issue:
>
>
>select * from remoteview into cursor test
>
>
>I get an open dialog box listing tables in database. If I issue same command in local view it works fine. Why can't I retrieve data using select command for remote views? How can I get data from remote view into a cursor?
>
> thanks
>Nick Patel
Previous
Reply
Map
View

Click here to load this message in the networking platform