How do I execute a stored procedure
- From: "Jeff Vila via AccessMonster.com" <forum@xxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 25 Apr 2005 16:41:52 GMT
I have an Access Data Project (Access 2000) that links up to a SQL Server
on the backend. I have a stored procedure on the SQL server that accepts
two paramaters and then executes an update command. My question is how do I
reference the stored procedure and pass it the two paramaters in my Visual
Basic code. From what I understand I have to use ADO and create a public
subroutine and then call that routine when I want to execute the stored
procedure. Is there an easier method???? Any help is appeciated. Thanks,
--
Message posted via http://www.accessmonster.com
.
- Follow-Ups:
- Re: How do I execute a stored procedure
- From: Alex White MCDBA MCSE
- Re: How do I execute a stored procedure
- Prev by Date: Re: Access 2000 vs. 2003 Front Ends
- Next by Date: Re: CurrentUser() returning "Admin" for all Users?
- Previous by thread: write conflict
- Next by thread: Re: How do I execute a stored procedure
- Index(es):
Relevant Pages
|