Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Stored Procedure
Message
From
17/03/2000 10:54:24
 
 
To
17/03/2000 09:55:24
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00347012
Message ID:
00347054
Views:
16
>Hi,
> What is the main reasons of using stored procedure?
> What functions that usually wrote as stored procedure?
> How to call stored procedure (VFP / SQL database)?
>
>
>Thankl you

Anything function that needs to be used by the database itself is put in a stored procedure. The best examples for VFP are Primary Key generation and Referential Integrity, but there could be others. For example, you may need to do some calculations on the stored data.

To call a stored procedure in VFP, make the call as one of the triggers or default value entries. There is an example of PKs on my web site.
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Previous
Reply
Map
View

Click here to load this message in the networking platform