dbf-jdbc-driver
dbf-jdbc-driver copied to clipboard
DBF & FoxPro JDBC Driver | DbSchema DBF Designer
Hi, I get this error when I try to save the database: java.lang.IllegalArgumentException: No support for writting TIMESTAMP at com.linuxense.javadbf.DBFField.setType(DBFField.java:431) at com.wisecoders.dbschema.dbf.schema.Table.createDBFField(Table.java:48) at com.wisecoders.dbschema.dbf.io.H2Writer.(H2Writer.java:38) at com.wisecoders.dbschema.dbf.H2Connection.saveDbf(H2Connection.java:154) at com.wisecoders.dbschema.dbf.H2Connection.access$100(H2Connection.java:38) at com.wisecoders.dbschema.dbf.H2Connection$StatementProxy.invoke(H2Connection.java:90)...
Hi, in the JDBC constructor, the library tries to open the log file, but the `\.DbSchema\logs` path does not exist. ``` java.nio.file.NoSuchFileException: C:\Users\\.DbSchema\logs\DbfJdbcDriver.log.lck at sun.nio.fs.WindowsException.translateToIOException(Unknown Source) at sun.nio.fs.WindowsException.rethrowAsIOException(Unknown Source) at...
When attempting the reload command, I get: ``` Column "file_name" not found DELETE FROM dbs_meta_files WHERE file_name=? ``` f96f0b3c31316c change the expected column name from `file_path` to `file_name`. But the...
Is there an API that provides information on how to make calls to driver, and the return values, including how to set log levels?
my dependencies: ``` dbschema-dbf-jdbc dbschema-dbf-jdbc system 1.1 ${project.basedir}/lib/dbschema-dbf-jdbc1.1.jar com.github.albfernandez javadbf 1.14.1 com.h2database h2 2.2.224 ``` if i use ``` com.wisecoders dbf-jdbc-driver 1.1.2 ``` I get an error ``` Exception in...
This library appears unable to manage dbf tables with extensive data; my table contains over 8 million records and occupies 2.1GB of memory, but it only converted 2,210,016 records.