-
Calling stored procedures through VB application
How to Call A Stored Procedure which is being referenced by
another procedure through a VB Application.
The result sets of the first procedure are referenced by the second procedure.
-
Perhaps via ADODB.Connection or Command object:
adoCnn.Execute "sp_name"
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|