D
djc
what objects do I need to be sure to explicitly close calling
object.close()? datasets? datatables? connections? dataviews? datareaders?
and how should it be done? .close()? .dispose()? set=Nothing?
I am new to asp.net/ado.net/vb.net but I used to always explicitly close
things like recordsets in old access dao programming... I need to know
how/when to do this with asp/net/ado.net/vb.net.
any info would be greatly appreciated. Thanks.
object.close()? datasets? datatables? connections? dataviews? datareaders?
and how should it be done? .close()? .dispose()? set=Nothing?
I am new to asp.net/ado.net/vb.net but I used to always explicitly close
things like recordsets in old access dao programming... I need to know
how/when to do this with asp/net/ado.net/vb.net.
any info would be greatly appreciated. Thanks.