4
Reply

Referencing one object from another class in same namespace..

Space Ghost

Space Ghost

Mar 29 2010 4:37 AM
3.1k
Hi All,

How can this be done? When I have a method to open my SQL connection in one class and want to use the connection object again(it is still open) in another class that is in the same namespace, how can this be done? I do not want to open/close, open/close my connections. I want to open it once and at the end close it when everything is completed. I am have a hard time getting this...

thanks,



Answers (4)