Blog Categories

Check it
Category: Acts, Posted on: 30/12/2011
Visitor Count:594

"Function: Execute insert, The code below for (int i = 0; i < p.Length; i++) { sqlparam[i].Direction = ParameterDirection.Input; command.Parameters.Add(sqlparam[i]); } can be changed to - command.Parameters.AddRange(sqlparam);"

Add a Comment

Name:
Your Comment:
View Comments ()

 
     
857352 Times Visited