Hi Guys,

I have a simple question about veriables like SQLConnection.


Do you guys generally create muiltiple veriables of the same type even if you use them one after the other in a procedure... or ... would you just create the one veriable then clear it (or dispose it) then use them again.

I'm opening two databases in a procedure one after the other. I dont know if its good practice to use the same veriable like SQLConnection or if its cleaner to create and use two.

What do you guys think??

Let me know if more clarification is needed...



soulcode