I once used an application that you run and it tells you if the driver
is odbc 1,2 or 3 compliant. I cannot recall which application this was.
Does anyone have any idea of an application that tells you if the
driver meets certain odbc compliancies?
Arne Vajhøj - 21 Oct 2006 04:41 GMT
> I once used an application that you run and it tells you if the driver
> is odbc 1,2 or 3 compliant. I cannot recall which application this was.
> Does anyone have any idea of an application that tells you if the
> driver meets certain odbc compliancies?
If you are at version 3 you can use Connection getMetaData
getJDBCMajorVersion / getJDBCMinorVersion
Arne