renderboy
12-30-2004, 02:56 PM
I can create connections to the Database but I dont know how to create one to run a stored proceedure and pass it variables and retrieve the results. can anyone help?
|
||||
ASP.NET and using Stored proceduresrenderboy 12-30-2004, 02:56 PM I can create connections to the Database but I dont know how to create one to run a stored proceedure and pass it variables and retrieve the results. can anyone help? gwendaal 01-04-2005, 08:09 AM MyCommand = New OleDbCommand(StoredProcedureName, Connexion) MyCommand.CommandType = CommandType.StoredProcedure |
| |||
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum