Hi, TheLearnedOne
THANKS!
Could you provide the code to call this function and to create the arraylist for the variable number of parameters going to the stored procedure?
What would a similar function return for a INSERT, UPDATE or DELETE operation? The record count for the number of rows affected by the operation on the database via an output parameter?
Probably, this code has been written by someone already. If I could find a good complete example on the Internet, I could adapt the example to this need. Also, this way would conserve your time.
I've read many of your helpful solutions on EE! ! !
Thanks, LLJ45
Main Topics
Browse All Topics





by: TheLearnedOnePosted on 2009-10-30 at 11:40:05ID: 25705713
Here is an example of a class that has a method that you can re-use, and extend to get what you need.
Select allOpen in new window