Force an OleDbConnection to Release a File Handle

Posted by Jonn on Stack Overflow See other posts from Stack Overflow or by Jonn
Published on 2010-05-19T01:10:05Z Indexed on 2010/05/19 1:10 UTC
Read the original article Hit count: 313

Filed under:
|
|

Related Question

My code doesn't release a file handle even after I call dispose to an initialized OleDbException. Is there a way to explicitly force the program to release a file handle?

© Stack Overflow or respective owner

Related posts about file-handling

Related posts about .NET