05 May
Posted by: Brandon Harper in: A Day In The Life Of, ColdFusion, Geek Humor, Java, Uncategorized
…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.
2 Responses
Lindsey
05|May|2006 1Congratulations! This makes you officially the biggest geek I’ve ever met.
Sean LeBlanc
05|May|2006 2I’m probably just as much of a geek, since I recognize the database the driver is for… lol.
Leave a reply