I have painstakingly managed to get my project working after installing the 2007/2010 Access database drivers but i want to build my project so that it can be run on a user's machine without them having any drivers installed (nor even have Microsoft Access)
I'm fairly new to visual studio and C# as a junior, but i think the right approach is to add reference to the DLL of these drivers to the project or find some other way to package it within
The difficulty is that i can run the program fine on my machine but i have to accommodate other user's machines / get them to do the testing etc
Any help/advice?