Sounds like you are not doing a UNBIND of the connection in COBOL. When finished you should:-
exec ado
unbind connection
end-exec.
that would free it up for reuse.
Regards
David
Sounds like you are not doing a UNBIND of the connection in COBOL. When finished you should:-
exec ado
unbind connection
end-exec.
that would free it up for reuse.
Regards
David