Day: July 23, 2007

  • Table Copy

    Just did a utility class in Java that takes two tables, a field map, and two connections in order to copy data from one db to another. It’s probably fairly buggy and I’m once again wondering, why I have to implement such helpers, they should be around. Which led me to another thought. These days…

  • Metrics

    I’m quite fond of metrics, if they are useful. Today I’ve seen some numbers that were completely useless, so that Novalis came to mind.

  • Latenight HSQLDB Pleasures

    Last night I had to learn that you have to use the SHUTDOWN command to shutdown the in-process HSQLDB. The bad news is, that I knew this before. I found the call in code from three years back.