E
esha
I was suggested by a member of this group not to use global connection
object. Instead of it I was suggested to create a new one in every procedure
and close it at the end of that procedure.
What is the advantage of this approach?
From my beginners point of view it will require some extra code (creation,
opening and closing) and some extra time. What's wrong with the global
connection object which is created at the start of the application and is
closed at the end?
I'm learning Windows Form applications now.
Thank you
Esha
object. Instead of it I was suggested to create a new one in every procedure
and close it at the end of that procedure.
What is the advantage of this approach?
From my beginners point of view it will require some extra code (creation,
opening and closing) and some extra time. What's wrong with the global
connection object which is created at the start of the application and is
closed at the end?
I'm learning Windows Form applications now.
Thank you
Esha