When starting an application in VS 2008 to connect to the db i used --> Private cn As OleDbConnection = New OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Application.StartupPath & "\Customers.mdb"). After I tried to make it an executable, the application.startuppath now includes \x86 which is not the case during deverlopment.
What needs to be changed to correct?
Thanks.
What needs to be changed to correct?
Thanks.