|
-
Aug 18th, 2000, 04:08 PM
#1
Thread Starter
Member
How do you call a stored procedure from Visual Basic using ADO? How do you pass the parameters to the Stored Procedure?
-
Aug 18th, 2000, 05:15 PM
#2
Frenzied Member
Use a command object. Use the parameters.append method to add the input (and output) parms.
I advise you to get the book:
HitchHiker's Guide to Visual Basic and SQL Server by William Vaughn (at least the sixth edition. Any earlier than sixth has little or no information on ADO) - ISBN 1-57231-848-1
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
|
Click Here to Expand Forum to Full Width
|