Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP 6.0 (SP3) AND SQL 6.5
Message
From
24/10/2000 05:34:47
Stanley Yip
Shun Sang (technology) ltd Hong Kong
Hong Kong, Hong Kong
 
 
To
24/10/2000 05:02:11
Fida Shamsoodeen
Combined Systems (Pty) Ltd
Centurion, South Africa
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00433349
Message ID:
00433351
Views:
17
SQLEXEC(nConnectionHandle,' EXECUTE my_proc', [CursorName])

nConnectionHandle <----- the connect handle number from the SQLconnect command
return handle number

my_proc <------ is the name of the store procedure

CursorName <----- the return cursor name for the return cursor to the front end

example :
SQLexec(1, 'Execute Cal','Cal_table')
Previous
Reply
Map
View

Click here to load this message in the networking platform