I have a vb6 app that front-ends a number of crystal 8.5 reports. I recently noticed that after each report runs, its connection to the Oracle 8i database persists. My reports are unbound. At runtime I create ado recordsets that I use to bind my reports. Is there a way to force a connection termination as the report is closed? Setting the report object = nothing does not do this