J
JohnMSyrasoft
1. Should you explicitly call Dispose on OleDb objects like OleDbCommand or
OleDbConnection?
2. In VB.NET for the keyword USING (as in "Using cn As New
OleDbConnection(...)...")
Should you explicitly call the Close method on the OleDbConnection object or
will the object be closed and disposed automatically once the Using block is
exited?
Thanks for your insights.
OleDbConnection?
2. In VB.NET for the keyword USING (as in "Using cn As New
OleDbConnection(...)...")
Should you explicitly call the Close method on the OleDbConnection object or
will the object be closed and disposed automatically once the Using block is
exited?
Thanks for your insights.