Earlier today I wrote a brief post on using Jackcess - a java library for manipulating MS Access databases. Now I’m following that up with a new Coldfusion component I call “ColdJack” that is a wrapper cfc for Jackcess. It basically builds on the simple concept I talked about earlier (reading in the contents of an Access table into a cf query object).

If I end up needing it to do more (or if there seems to be demand beyond just me) then I’ll expand the capabilities to do other things.

Anyway, you can read all about it and it’s usage at its’ github repository.

I suspect demand for this will be next to null but it was still fun to write.

For more information on Jackcess visit that projects home page at sourceforge.

Comments