We are trying to see if we can use the HXTT DBF driver to connect to a DBF file through ColdFusion. It requires a JDBC URL. However, when we put in the JDBC URL in the same format we use for Windows, we get and error that the folder doesn't exist.
How do we set up the JDBC URL for Mac ColdFusion so that your DBF driver can locate the dbf tables?
Thanks.
Paul Hall
|
Sorry, I meant:
We are trying to see if we can use the HXTT DBF driver to connect to a DBF file through ColdFusion on a Macintosh computer.
We already do this with your driver on a Windows computer.
Thanks
|
Mac OS is one kind of Linux OS in fact, you should use
jdbc:dbf:////apath for an absolute path
The path is case sensitive.
|