My database is used in a multiple user environment.
I want to upgrade now from the DAO structure to ADO so that I can work with transactions and 'rollback' them if necessary.
People work on different computers and I do not want to check a lot of computers if there is a reference to the ADO dll and if it is checked. I'm looking for a way to distribute the ADO data component automatically with the startup of the database and register it. Is this possible with vba?
I want to upgrade now from the DAO structure to ADO so that I can work with transactions and 'rollback' them if necessary.
People work on different computers and I do not want to check a lot of computers if there is a reference to the ADO dll and if it is checked. I'm looking for a way to distribute the ADO data component automatically with the startup of the database and register it. Is this possible with vba?