K
Kuba
Hi!
I have static class with static "Connection" (SqlConnection) property,
all of my SqlDataAdapters and SqlCommands objects using this property as
Connection parameter,
in my developer computers everything works fine, but my end users often
obtaining some Sql exceptions like General network error, ConnectionState is
closed
my question is, can i use static properties which contains open connection
to SqlServer?,
maybe my problem is refered with Garbage Collector?
this exceptions appears very randomly,
im using Framework 1.1 with MSDE SP3
tia
Kuba Gluszkiewicz
I have static class with static "Connection" (SqlConnection) property,
all of my SqlDataAdapters and SqlCommands objects using this property as
Connection parameter,
in my developer computers everything works fine, but my end users often
obtaining some Sql exceptions like General network error, ConnectionState is
closed
my question is, can i use static properties which contains open connection
to SqlServer?,
maybe my problem is refered with Garbage Collector?
this exceptions appears very randomly,
im using Framework 1.1 with MSDE SP3
tia
Kuba Gluszkiewicz