Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Trouble accessing Remote View
Message
 
À
24/01/2002 13:28:22
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00609915
Message ID:
00609923
Vues:
20
>Hi, I'm very new to FoxPro and I'm having some problems accessing a remote view. I'm running FoxPro 5.0. I need to append data from a temp table called tempweb to the remote view which is connected to Oracle.
>
>My code:
>use vwhe_card
>append from c:\tempweb
>
>However, I get that foxpro is unable to locate vwhe_card.dbf. Is there something I have to do differently b/c it's a remote view? A side question is: "Does the temp table have to be set up exactly like the oracle table to have the fields placed correctly?" I would really appreciate any and all help.
>
>Thanks again,
>Sunshine
Make sure the database (DBC) where the remote view is stored is open before you try to use the view:
open database YourDBCGoesHere  && <----
use vwhe_card
append from c:\tempweb
Hector Correa
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform