HXTT DBF
problem with new version HXTT DBF v4.0
chandrashekar
2009-05-10 22:33:37.0
Hi,

We are planning to develop a synchronization component from foxpro 2.6 DOS with Oracle 10g, we have done some evoluation testing with your driver and it workes for our requirement, Thanks for this.

But we have tested with DBF_JDBC30 and it was working fine, but when we use DBF_JDBC40 it is giving exception, we are not able to make it out.

when we tryed to debug the problem, the root cause for this problem was the

******************************************
Class.forName(dBF_Driver).newInstance();

DBF_Driver=com.hxtt.sql.dbf.DBFDriver
***************************************

should we change this class for new version, if yes where can we find the suitable documentation for DBF_JDBC 4.0

Thanks and Regards

chandrashekar bn
Sr Software Developer
Embitel/dmc systems (India) Pvt Ltd
phone : 00919741125897
mail : chandrashekar.bn@embitel.com

Re:problem with new version HXTT DBF v4.0
HXTT Support
2009-05-10 22:42:02.0
>But we have tested with DBF_JDBC30 and it was working fine, but when we use
>DBF_JDBC40 it is giving exception, we are not able to make it out.
Please check your Oracle Java VM version. JDBC30 supports JDK1.5, but JDBC4.0 requires JDK1.6 at least.
Re:Re:problem with new version HXTT DBF v4.0
chandrashekar
2009-05-10 23:06:58.0
Thank you for the quick response, we are using JDK 1.5

can you help me in finding what is major differenc between JDBC 4.0 and JDBC 3.0,

can we run purge or pack command for DBF file.
Re:Re:Re:problem with new version HXTT DBF v4.0
HXTT Support
2009-05-11 08:50:22.0
>can you help me in finding what is major differenc between JDBC 4.0 and JDBC 3.0,
Just for different JDK version. JDBC4.0 has more JDBC API function than JDBC3.0 .

>can we run purge or pack command for DBF file.
PACK TABLE SQL


Google