Context:
Okay so I'm working on a project for my computer science coursework where I have to use two databases to pull information into a relatively simple form based management system. I'm using this connection string:
Problem:
"Provider=Microsoft.ACE.OLEDB.12.0;Data Source=|DataDirectory|\ResourceData.accdb"
My database is in the debug folder as instructed by my teacher so that packaging up and handing the system to the client is easily done, but when I run the system, it keeps making copies of the database in the directory where my program is stored, outside of the debug folder, and then referencing that copy when it comes to updating the database.