Connecting database
-
Recently I gone through a project in which I used a ".mdb" database.But whenever I took the application in different systems,I had to connect,once, the certain database manually by clicking "ODBC data sources Administrator" in control panel and choosing the right path. I think it is not suitable for the users ,actually when the application is distributed,to do the right steps in connecting the database. So,is it possible to code it within the project so that it automatically connects to its required database at the time of initialisation of the application for the first time?
-
Recently I gone through a project in which I used a ".mdb" database.But whenever I took the application in different systems,I had to connect,once, the certain database manually by clicking "ODBC data sources Administrator" in control panel and choosing the right path. I think it is not suitable for the users ,actually when the application is distributed,to do the right steps in connecting the database. So,is it possible to code it within the project so that it automatically connects to its required database at the time of initialisation of the application for the first time?
joy007 wrote: So,is it possible to code it within the project so that it automatically connects to its required database at the time of initialisation of the application for the first time? Yes[^]
My programming blahblahblah blog. If you ever find anything useful here, please let me know to remove it.