I am querying and appending to a database using OLEDB in some of my code. However, this code is going to be used on quite a few computers on my network. All of them have access to the .mdb file I am connecting to in my code, but their computers don't have the OLEDB connection set up in windows. Is it possible to write code that will check for this connection, and if not present creates it?
EDIT: Would it also be a possibility to package the database with the program I'm writing? (the only problem being I have to update this database from sources other than the program itself)
EDIT: Would it also be a possibility to package the database with the program I'm writing? (the only problem being I have to update this database from sources other than the program itself)