how to get the MS Access data source in the CF 2016 Administrator
I am working on databases programming using ColdFusion Builder 2016. I have to use Microsoft Access database 2010 with CF.
I have downloaded AccessDatabaseEngine_x64.exe (Access Database Engine 2010, 64-bit) from MS site and installed it. I created a System Data Source using System DSN from a 64-bit ODBC Data Souce.
However, when I tried to create a Data Source (with exactly same name) by selecting the "Microsoft Access" driver type choice from ColdFusion administrator,
I had the error message: The ColdFusion ODBC Server service is not running or has not been installed.
Previously, I tried to create a CF data source with 32-bit version Access Database Engine installed, but it didn't work. So I removed it and installed a 64-bit version, but it still doesn't work.
So, how to install ColdFusion ODBC Server service and how to get the MS Access data source in the CF Administrator, so that I can use it in my CF program?
Thank you.
