
Running Db Apps on different PCs
I am starting to get into database programming in VC++. I am writing an
application that reads records form a database containing one table. I Have
written the app and it works fine. I am concerned about the step where I
have to register the OBDC database driver on the control panel. When I
distribute this application, I do not want the user to have to perform that
step. I would like to have everything done internally. Can some one guide
me as to how this step can be eliminated?
Also, I am using a MS-Access database file. I have also heard that you
cannot use .mdb databases on PCs that do not have MS-Access installed. This
doesn't make a lot of sense, but I wanted to see if anyone had any more
information. I need to be certain that the application will run on any
machine, without requiring that the user have any additional software
installed.
Any help would be appreciated.
Thanks,
John