07-22-2021 10:53 AM
I am using the database conductivity toolkit and when I open an Access database, Access create a .LDB file When I close the Access database Labview does not release the .LDB file. Only when i close my application does this happen. My Version of Access is 2105 Build 14026.20270. My application does not require the database be open all the time. I have another Access database trying to use a table in the Labview database and it can't use it because the database is being held open by Labview. How can i get Labview to release the database? I have attached the VI that i am using.
07-23-2021 08:32 AM
I don't see anything wrong with your code. The DB should be released. Are you getting any errors after the Close DB VI? Do you have the DB open in any other external tools?
07-23-2021 02:26 PM
No, I do not get any errors. I have no open external tools. I open the database, do something then close the database. 7 different times all within my main VI. Could this be the problem?
Should I just open once do the 7 task then close it.