Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Remote view data not displaying
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00740453
Message ID:
00740458
Vues:
19
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform