Click here to Skip to main content
15,894,907 members
Articles / Programming Languages / C#

Disadvantages of SqlParameters Turned into Advantages

Rate me:
Please Sign up or sign in to vote.
2.06/5 (10 votes)
10 Aug 2011CPOL3 min read 64.1K   6  
When using SqlParameters in a query, the array of Parameters can give a headache. How to prevent the use of paracetamol.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
Netherlands Netherlands
I started in the eightees with Basic and QuickBasic. When the ninetees started dBase was my thing. Close to the millenium years I swapped to C++ and since 2003 it is only programming in c#.

There is one thing about me.
Not that kind of OO guy and definately not an ORM-fan. I know a database to well to give the importance of data out in the hands of a tool.

Comments and Discussions