Page 1 of 1

Calling Disconnect After Execption

Posted: Wed 24 Jan 2007 02:21
by iad
Hi Team,
quick question,
let's assum that during execution of qeury / Script there is exception , do i need to call disconnect for the connection that these are using ?
(i mean int he exception section)
the reason i'm asking is that i don;t want open connection in the 'Air'
Lior,

Posted: Wed 24 Jan 2007 08:35
by Antaeus
Generally you do not need to disconnect if an error occurs during query execution.