hi there...
fresh graduate here and a newbie to VB and ADO and i was wondering if a VB application will automatically close all connections and recordsets when the application terminates...
currently i have been using con.close and rs.close but my error handle cannot track how many of these connections are being open at a particular time... so i'm worried that at the 'end' statement in the error handler, the connections remain open...
i hope i can get an answer to this...
thanx
Peter
fresh graduate here and a newbie to VB and ADO and i was wondering if a VB application will automatically close all connections and recordsets when the application terminates...
currently i have been using con.close and rs.close but my error handle cannot track how many of these connections are being open at a particular time... so i'm worried that at the 'end' statement in the error handler, the connections remain open...
i hope i can get an answer to this...
thanx
Peter