hi
i am upgrading from Text_JDBC30
to Text_JDBC40,
so where to find doc regarding version compare ?
|
JDBC 4.0 packages are for JDK 1.6.X.
JDBC 3.0 packages are for JDK 1.3.X, 1.4.X, 1.5.X, and 1.6.X.
>so where to find doc regarding version compare ?
1st way: "java com.hxtt.sql.text.TextDriver" will print that information.
2nd way: check that MANIFEST.MF file in jar file.
|