Skip to content


You Know a JDBC Driver Sucks When…

…you’re tempted to contact the database vendor providing the driver and open yet another ticket because you think this method in said driver returns an incorrect value:

public boolean jdbcCompliant()
{
return true;
}

Although this one might be a good one to fix too:

public ResultSet getPrimaryKeys(String s, String s1, String s2)
throws SQLException
{
throw new OdxCLJException(25500);
}

That is all.

Posted in A Day In The Life Of, ColdFusion, Geek Humor, Java, Uncategorized.

2 Responses

Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.

  1. Lindsey said

    Congratulations! This makes you officially the biggest geek I’ve ever met. ;)

  2. I’m probably just as much of a geek, since I recognize the database the driver is for… lol.

Some HTML is OK

(required)

(required, but never shared)

or, reply to this post via trackback.