Infolink

 

Search This Blog

Showing posts with label create asp.net application with use of sql parmeter. Show all posts
Showing posts with label create asp.net application with use of sql parmeter. Show all posts

Dec 19, 2012

SqlParameter in asp.net

I have a web service, so the handler is called multiple times concurrently all the time.

Inside I create SqlConnection and SqlCommand. I have to execute about 7 different commands. Different commands require various parameters, so I just add them once:
Related Posts Plugin for WordPress, Blogger...