G
Guest
I have seen a thread similar to this problem earlier in this thread
unfortuantely did not really see a solution. My problem is as follows.
I am opening a connection to an access database performing some operations
and the closing (typical use) I notice however that upon calling the
oledbconnection.close method the .ldb file that is created is not deleted. I
am also unable to delete this file myself until I exit the program. I have
tried setting the connection object to nothing and disposing it after the
connection is closed as well as callin gc.collect, all to no avail. I have
connection pooling disabled within the connection string. I am stumped and
would greatly appreciate any help anyone can give me. FYI I am using .net
framework 2.0 and visual basic 2005. PLEASE HELP!
unfortuantely did not really see a solution. My problem is as follows.
I am opening a connection to an access database performing some operations
and the closing (typical use) I notice however that upon calling the
oledbconnection.close method the .ldb file that is created is not deleted. I
am also unable to delete this file myself until I exit the program. I have
tried setting the connection object to nothing and disposing it after the
connection is closed as well as callin gc.collect, all to no avail. I have
connection pooling disabled within the connection string. I am stumped and
would greatly appreciate any help anyone can give me. FYI I am using .net
framework 2.0 and visual basic 2005. PLEASE HELP!