I am attempting to setup a ColdFusion datasource using the HXTT driver. The DBF files are on a remote server, located at \\SERVER1\DBF
In the ColdFusion administrator, I have the following fields:
JDBC URL, Driver Class, Driver Name, Username, Password
I need to get the best performance possible out of the driver. What should I use for these fields? I have read docs and tried a few things already, with sub-optimal results. Thank you.
|
JDBC URL: jdbc:dbf:///\\SERVER1\DBF
Driver Class: com.hxtt.sql.dbf.DBFDriver
Driver Name: DBF
Username:
Password:
|