Blog Categories

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

"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 ()

 
     
946691 Times Visited