A
Andrew Alford
I have a class that I created that requires me to serialize it for
specific reasons. I have an SqlConnection that is a private member of
the class, and therfore the serialization fails. The SqlConnection
must be private as it is shared by many sub routines within the class.
How do I get around this? Is it possible to serialize the
SqlConnection Class?
Thanks for your help in advance!
Andrew Alford
specific reasons. I have an SqlConnection that is a private member of
the class, and therfore the serialization fails. The SqlConnection
must be private as it is shared by many sub routines within the class.
How do I get around this? Is it possible to serialize the
SqlConnection Class?
Thanks for your help in advance!
Andrew Alford