HXTT Text(CSV)
Compare Text_JDBC30 AND TEXT_JDBC40
HXTT
2008-12-09 03:28:05.0
hi
i am upgrading from Text_JDBC30
to Text_JDBC40,

so where to find doc regarding version compare ?
Re:Compare Text_JDBC30 AND TEXT_JDBC40
HXTT Support
2008-12-09 19:00:45.0
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.


Google