On 3/12/07, Tyrone Baseck <tyr...@ho...> wrote:
> Install completed this morning. I'm trying to get to set it up to use the
> database. Now, I have this error but I think it is self explanatory.
> Really, I don't need the new version of this driver to work with the
> database. Right?
>
> JRE/JDBC Version Mismatch
> The Driver being used for alias 'rbadb' is not JDBC 3.0 compliant. You
> should consider getting a more recent version of this driver.
That is correct. You can disable this message by unchecking:
File -> Global Preferences -> General -> Warning for JRE/JDBC Version Mismatch
Unfortunately, it's not that unusual for a current JDBC driver
implementation to fail this check. This doesn't mean that the driver
will present issues when used in SQuirreL. It simply means that the
driver doesn't implement the same specification of JDBC that the JRE
supports.
Rob
|