…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.
By Lindsey May 5, 2006 - 11:18 am
Congratulations! This makes you officially the biggest geek I’ve ever met.
By Sean LeBlanc May 5, 2006 - 1:39 pm
I’m probably just as much of a geek, since I recognize the database the driver is for… lol.