S
smk23
If my code opens a connection string:
cnn.open fstrCnn()
is a new connection opened every time it passes this line, or is it just the
one connection if it's already open?
I have a function that supplies recordsets to other functions. If I supply 3
different recordsets, do I close the connection 3 times or once?
Hope it's clear what I'm trying to ask.
Thanks guys!!
cnn.open fstrCnn()
is a new connection opened every time it passes this line, or is it just the
one connection if it's already open?
I have a function that supplies recordsets to other functions. If I supply 3
different recordsets, do I close the connection 3 times or once?
Hope it's clear what I'm trying to ask.
Thanks guys!!