I am working on a critical application that needs a reliable database connection.
It is a Clock In/Out application that runs simultaneously on about 15 computers throughout the manufacturing plant and offices. It connects to an Access database out on a server. If the server goes down, currently we have to go out to all 15 computers and restart the application for it to connect to the database again. I am using ADO 2.6 to connect to this database. What I am wanting to happen is for the program to use the normal table when all is well, but when disaster happens, it would use another database so we don't lose any information. And, when the normal database comes back up, the connection to the backup one is dropped and the normal restored and then the data in the backup database would be pushed over to the normal database. Does anyone have some tried and tested code to do this?
It is a Clock In/Out application that runs simultaneously on about 15 computers throughout the manufacturing plant and offices. It connects to an Access database out on a server. If the server goes down, currently we have to go out to all 15 computers and restart the application for it to connect to the database again. I am using ADO 2.6 to connect to this database. What I am wanting to happen is for the program to use the normal table when all is well, but when disaster happens, it would use another database so we don't lose any information. And, when the normal database comes back up, the connection to the backup one is dropped and the normal restored and then the data in the backup database would be pushed over to the normal database. Does anyone have some tried and tested code to do this?