Hi,
I'm using JDBC30.jar in MyEclipse 7.0 DB explorer. On a Windows XP Pro x64 machine, the visual foxpro DBFs are not shown in DB Broswer, no Tables shown at all. But, when the same software installed on Windows XP Pro 32bit machine, the DB Browser behave correctly. Any idea what gives?
Thanks
|
What's your jdbc connection setting and JDK version? HXTT DBF is a pure Java driver, shouldn't have issue on XP Pro x64 too.
>Any idea what gives?
Run a simple Java appliction to test it. For instance, testApplication.java in DBF_JDBC30demo.zip .
|
The java app works.
After doing more testing, I can confirm that if there is a zip file present in the data directory, the DB Browser will stop behaving correctly. By deleting the zip file(s) and leaving only desirable DBF and their indexes, the DB Browser works as expected. This happens to both x64 or x32 bit Windows XP Pro machines.
|
>This happens to both x64 or x32 bit Windows XP Pro machines.
Yeah. HXTT DBF can read dbf database in zip files. It seems that maybe one security limitation resulted x64 can't support Java to read those files. The latest package will skip those files.
|