K
Krista Lemieux
Hello,
I have a question about the way ADO handles connections
to the database. Let say method foo1() in ObjectA opens a
connection to a database and before closing the
connection it calls a method foo2() in ObjectB which also
opens a connection (to the same database), and before
closing it it calls a method foo3() in ObjectC, etc....
So it's sorta recursive. My question is if it opens
separate connection for each of those objects, thus using
up my resources?
Thank you in advance for your help,
Merci,
Krista Lemieux
I have a question about the way ADO handles connections
to the database. Let say method foo1() in ObjectA opens a
connection to a database and before closing the
connection it calls a method foo2() in ObjectB which also
opens a connection (to the same database), and before
closing it it calls a method foo3() in ObjectC, etc....
So it's sorta recursive. My question is if it opens
separate connection for each of those objects, thus using
up my resources?
Thank you in advance for your help,
Merci,
Krista Lemieux