thankssUse SqlCommand like this:
YourCommandName = New SQLCommand("YourStoredProcedureHere",YourConnection)You can also add parameters to the SqlCommand.|||got it.
YourCommandName.CommandType = CommandType.StoredProcedure
thankss
thankssUse SqlCommand like this:
YourCommandName = New SQLCommand("YourStoredProcedureHere",YourConnection)You can also add parameters to the SqlCommand.|||got it.
YourCommandName.CommandType = CommandType.StoredProcedure
thankss
No comments:
Post a Comment