Le fournisseur 'Microsoft.ACE.OLEDB.12.0' n'est pas inscrit
Résolu
Chewi-Chew
Messages postés
44
Date d'inscription
Statut
Membre
Dernière intervention
-
Passant -
Passant -
A voir également:
- Le fournisseur microsoft.ace.oledb.12.0 n'est pas inscrit sur l'ordinateur local
- Le fournisseur 'microsoft.ace.oledb.12.0' n'est pas inscrit sur l'ordinateur local. (system.data) - Meilleures réponses
- Le fournisseur microsoft.ace.oledb.12.0 n'est pas inscrit - Meilleures réponses
- Ordinateur - Guide
- Appdata local - Guide
- Le fournisseur 'microsoft.ace.oledb.12.0' n'est pas inscrit sur l'ordinateur local - Forum Access
- Ordinateur qui rame - Guide
- Réinitialiser ordinateur - Guide
1 réponse
Apres une nouvelle recherche voici ce que j'ai trouvé et qui fonctionne. Etant sur un system 64bit, IIS l'est aussi. Et comme Office est en 32 il faut activer la compatibilité entre le deux comme ceci : (désolé lien en anglais)
https://docs.microsoft.com/en-us/iis/application-frameworks/running-classic-asp-applications-on-iis-7-and-iis-8/using-classic-asp-with-microsoft-access-databases-on-iis
Working with 64-bit Systems
Unfortunately there are no 64-bit ODBC drivers, so on 64-bit systems you will have to run your applications in 32-bit mode. To do so, use the following steps:
- On the taskbar, click Start, point to Administrative Tools, and then click Internet Information Services (IIS) Manager.
- In the Connections pane, click Application Pools.
- Highlight the application pool for your application, then click Advanced Settings... in the Actions pane.
- In the Advanced Settings dialog, specify True for Enable 32-Bit Applications.
- Click OK to close the Advanced Settings dialog.
https://docs.microsoft.com/en-us/iis/application-frameworks/running-classic-asp-applications-on-iis-7-and-iis-8/using-classic-asp-with-microsoft-access-databases-on-iis
Working with 64-bit Systems
Unfortunately there are no 64-bit ODBC drivers, so on 64-bit systems you will have to run your applications in 32-bit mode. To do so, use the following steps:
- On the taskbar, click Start, point to Administrative Tools, and then click Internet Information Services (IIS) Manager.
- In the Connections pane, click Application Pools.
- Highlight the application pool for your application, then click Advanced Settings... in the Actions pane.
- In the Advanced Settings dialog, specify True for Enable 32-Bit Applications.
- Click OK to close the Advanced Settings dialog.
Passant
Merci