Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I access stored procedures in the database
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00584798
Message ID:
00584807
Views:
47
>>Hi
>>
>>How do I access stored procedures in the database
>
>You call them just like any other proc or function. However, if you have a proc/func of the same name somewhere else, like in the current prg file, that will be the one that will most likely fire. For example, I have a proc called GetNextID in the SP of my DBCs. All I have to do to get my next PK ID is issue a lnKeyID = GetNextID('MyTable')
>

And here I was thinking he meant SQL Server Stored Procs :)
Previous
Reply
Map
View

Click here to load this message in the networking platform