Hmmm I have never connected to an Oracle DB before, but I guess that
whenever youre connecting to something you have 2 objects a recordset and
a connection.
Are you closing the connection?
On 11/25/2002 2:51 PM, S=E9bastien Decoux <s.decoux@n...> wrote:
>Hi all !
>
>There is a problem I try to solve for a while :
>
>In my app, I use ADODC to connect to an Oracle database. The problem
>is,
>when I unload a page containing one of these control, the connection
>to
>the database remain opened... Wich means that if I have 6 pages with
>one
>control each, I have 6 connection opened, till the end of the app...
>
>The terminate event of the fire correctly, the adodc.recordset.close
>is
>used properly as well as the set form =3D nothing
>
>Thanks for your help.
>
>Sebastien.
>
>
>