Hi -
We just purchased and received HXTT DBF to use on Linux.
We have tried adding DBF_JDBC30.jar to the Java Project Build path and all rows return properly on Windows(498 rows of data) but on Linux we only get back about 150 rows.
We have tried the DBF_Embedded_JDBC30.jar with the same results on Linux.
We purchased this product specifically to run on Linux.
Below are the lines of code we are using:
String url = "jdbc:dbf:////ntunix/java_jar/DBF"; //DBF file location
Class.forName("com.hxtt.sql.dbf.DBFDriver");
query = "SELECT e.emp_name "
+"FROM event e "
+"WHERE DATE >= {d '" + _dateParmb + "' } AND DATE <= {d '" + _dateParme + "'} "
+"ORDER BY e.emp_name, e. DATE, e. TIME";
|
Hi,
I sent in a support question earlier that can be ignored. I was having problems getting all data back from the DBF file under LINUX but that was because we forgot to change the Manifest to point to the new Jar file that we ordered from you. It was still pointing to the old Jar file that limited rows.
-So all is well !
Thanks alot,
Eric Jirouch
|