B
Bill
I' m using the following connection string for connectiing in SQL Server
2000 through ADO.NET:
"Persist Security Info=False; Data Source = datsourcename;User
ID=useridname; Password =passwordname;server= servename; Connect
Timeout=10;"
but when i try to execute stored procedure through ExecuteNonQuery passing
the same above connection string several times (about 300 times) the the
application dosent use the connection from the pool but every times open a
new one!!!
any idea?
tnx! bill
2000 through ADO.NET:
"Persist Security Info=False; Data Source = datsourcename;User
ID=useridname; Password =passwordname;server= servename; Connect
Timeout=10;"
but when i try to execute stored procedure through ExecuteNonQuery passing
the same above connection string several times (about 300 times) the the
application dosent use the connection from the pool but every times open a
new one!!!
any idea?
tnx! bill