RatePoint Site Seal

HACKER SAFE certified sites prevent over 99.9% of hacker crime.
2008 Special: Domain Names from only $11.65, 1 page web site hosting included.
.EU domains from $8.96!


Register Now
.ca Canadian Domain Name Registration web Hosting Canada


Customer Login 

Knowledge Base

Cold Fusion - MS Access Database



Microsoft no longer supports the "Microsoft Access Driver" (There is another drive they recommend when connecting to an access database, the Microsoft.Jet.OLEDB.4.0. Driver)

ColdFusion MX does not support Connection Strings, nor does its DSN setup support the "Microsoft.Jet.OLEDB.4.0" driver. It supports the "Microsoft Access driver".

Since the "Microsoft Access Driver" has been discovered to cause issues on large shared hosting environments, and Microsoft refuses to support the product, we can do nothing but not support this one particular driver as well. ASP, ASP.NET, etc. will still work using connection strings and the "Microsoft.Jet.OLEDB.4.0" driver, but CF requires the "Microsoft Access Driver".

Thus, we can only provide support for products which are supported, meaning that we must abide by the policy to no longer support the "Microsoft Access Driver," and not allow Access DSNs in CFMX.

It is recommended that you switch to another SQL database, MSSQL works well and Access databases can easily be converted to MSSQL databases using Enterprise Manager.