Today a user found an issue when BlogCFC was used with Access and BlueDragon. The problem was that I was using the wrong queryparam. This run ok on CFMX but did not with BD. I have updated the code but am not ready to release the new zip yet as I want to get a few more small fixes in there.

If you are using BlogCFC under BD, please edit blog.cfc and change 189 from:

<cfif instance.blogDBType is"MSSQL">

to

<cfif instance.blogDBType is"MSSQL" or instance.blogDBType is"MSACCESS">

As always, don't forget you need to add ?reinit=1 to the URL to refresh the BlogCFC cache.