Hi,
It is simple when the form is loaded the connection alive. And i use the code to disconnect it (gAdoConn.Close;
Set gAdoConn = Nothing)
If i close it in Form load even, the connection die,but if i load another form(last form still loaded) and i disconnect it(gAdoConn.Close) it still alive.
Anymore questions welcome...
|