G
Guest
hi everybody
I have an assembly that contain Datasets, this DataSets connect to one SQL
server 2000 database and retrive information to be use for a web Service. The
problem is that when the Datasets (TableDataAdapter) connect to the database
this leave one connection open (for each user), I used the using and Dispose
keyword for try to close this connection but nothing. Somebody know how to
fix this. I am using Net 2.0
Best Regards
Victor Hugo Pozo
MCAD Net
I have an assembly that contain Datasets, this DataSets connect to one SQL
server 2000 database and retrive information to be use for a web Service. The
problem is that when the Datasets (TableDataAdapter) connect to the database
this leave one connection open (for each user), I used the using and Dispose
keyword for try to close this connection but nothing. Somebody know how to
fix this. I am using Net 2.0
Best Regards
Victor Hugo Pozo
MCAD Net