Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
212 Points
428 Posts
May 09, 2011 09:46 AM|LINK
Thanks DarrellNorton,
Please guide me one more thing.
It is when I need to catch 2 output parameters should I do like:
db.GetParameterValue(dbCommand, "@LeaveID");db.GetParameterValue(dbCommand, "@UserId");also will it call stored procedure two times ? or for gettign all output paramters it will just call sp once ?
db.GetParameterValue(dbCommand, "@LeaveID");
db.GetParameterValue(dbCommand, "@UserId");also will it call stored procedure two times ? or for gettign all output paramters it will just call sp once ?
Haansi
Member
212 Points
428 Posts
Re: DAAB how to get multiple output parameters ?
May 09, 2011 09:46 AM|LINK
Thanks DarrellNorton,
Please guide me one more thing.
It is when I need to catch 2 output parameters should I do like:
Best Regards,
Haansi