Hi all,
I'd like to use one Using statement with multiple resources. MSDN says that one Using block can be used for multiple resources, however, I don't see any examples and I can't seem to figure out the syntax.![]()
I have already acquired the recources and would like to do something like:
vb Code:
Using conn, da ' Do something. End Using
Thanks for any help.




Reply With Quote