|
-
Feb 22nd, 2004, 11:08 PM
#1
Thread Starter
New Member
Best Practice... One Simple Question...
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|