Deploying with Access Database Reference
Hi, I'm new to VB.Net so bear with me.
I've built a simple test application using the 'Server Explorer' to add a Database Connector to access the MS Access database I am using, I have then added dbAdapters (OleDbDataAdapter) to my form to access several seperate tables.
The problem I face it that when I build the application for deployment it maintains the hard coded reference to the database. Therefore, when installed on a new machine the application will complain that it cannot find the database.
How do I change the OleDbConnection objects properties to access the database in the current app path, or amend the deployment project to include the database as part of the application with no 'hard coded' file address?
Thanx.