Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Correct way to call DBC stored procedure
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00523854
Message ID:
00524289
Vues:
24
Since the SET DATABASE TO myDBC is not working, and you have a view based on 2 tables from different DBCs, consider the following. In the primary DBC create a REMOTE view of the table in the secondary DBC. Now create your view based on the table from the primary DBC and the REMOTE view. I also have this same situation and this solution works quite well. You can then go back the the original SP name and use your default value for Regions PK field. The added bonus is that the secondary DBC is not opened.
Mark McCasland
Midlothian, TX USA
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform