Hello,
I am using DBF_JDBC30 and I have a question regarding zip support. I have a simple program which uses the following url: jdbc:dbf:/c:/db.zip. db.zip is an empty zip file which can be opened with the Compress Folder feature in Windows XP as well as other Zip utilities. However, when I try to create a table it throws a java.util.zip.zipException: error in opening zip file.
How can I create a zip file supported by this feature?
Thanks,
|
>How can I create a zip file supported by this feature?
HXTT DBF supports to query dbf table in zip file, but doesn't support to create table into a zip file.
|