corrupt table null errors with Coldfusion

Tagged Under : ,

I was asked this question last night by someone who had recently upgraded from CF5 to CF8. Coldfusion suddenly started throwing these errors on almost all the websites on the server.

“corrupt table null”

There was no consistency in how the errors were being thrown, in a way that refresh the page and error is gone and refresh the page and there it is again. A restart of CF would help for a few hours but then the error would come again. More »

CFQuery and the underlying Java Objects

Tagged Under : ,

Everything that Coldfusion does, is bascially Java under the hood, this is something almost everyone using Coldfusion would know. I have always been curious to find out more about this (basically to find out what more we can do by making use of this). Recently, I read some blog posts on how we can use Java Reflection to find out more about what Java object, each CF object is mapped to under the hood. So, I decided to do some of this as well and I choose cfquery. More »