…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
Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.
Congratulations! This makes you officially the biggest geek I’ve ever met.
I’m probably just as much of a geek, since I recognize the database the driver is for… lol.