Tagged Questions
5
votes
0answers
154 views
Plugin Workspace: when to close an OleDbDataReader?
I'm developing a plugin workspace for ArcGIS. Internally, the plugin uses an OleDBconnection. All of the sample code I see seems to stress the importance of closing and disposing the connection.
...