On 2/1/06, Michael Schall <[EMAIL PROTECTED]> wrote:
Is this going to be part of 1.3? And if so, when will it release?
It will be in the next release, next month.
I'm using the OpenConnection method for now. It seems to work fine.
I assume if I open the connection I should close it as well? Do I
need to dispose it?
You must Close it as with ADO.NET, you don't need to dispose it if you close
The Dispose is used for using syntax.

