I would like to know when using the Sybase ADO.NET provider in
connection
pool mode,
After the SQL processing with the relevant AseConnection, should I
call
AseConnection.Close()
method and dispose() together? Or Only Close() method is required to
call to
release resource?
Thanks for your information in advance,
Raymond