R
Red Forks
I found "Data Access Application Block" has a feature of caching
sqlparameters. I'm doubt that feature can use under multi-thread environment
such as Asp.Net. Maybe one SqlParameter instance is using by
SqlCommand.ExecuteXXX(), while another SqlCommand attempt to use the
SqlParameter instance again!
sqlparameters. I'm doubt that feature can use under multi-thread environment
such as Asp.Net. Maybe one SqlParameter instance is using by
SqlCommand.ExecuteXXX(), while another SqlCommand attempt to use the
SqlParameter instance again!