Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Accessing Stored Procedures
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00197702
Message ID:
00197712
Views:
13
As long as the database is set current, you can call them directly.

SET DATABASE TO MyDBC
DO X
DO Y

HTH

>Say I have the following stored procedures in the DBC
>
>PROCEDURE X
>SELECT * FROM AdrBook INTO CURSOR X WHERE ....
>
>PROCEDURE Y
>SELECT * FROM Customer INTO CURSOR Y WHERE ....
>
>How do I call these procedures from a PRG file?
Previous
Reply
Map
View

Click here to load this message in the networking platform