Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Correct way to call DBC stored procedure
Message
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00523854
Message ID:
00524289
Views:
23
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
Previous
Reply
Map
View

Click here to load this message in the networking platform