Does this driver allow me to pass options to it via a JDBC URL? For example:
jdbc:dbf:/C:/FoxPro;caseInsensitive=true
I am using ColdFusion server to use the driver and it does not allow me to pass in properties separate from the URL.
Thanks!
|
For instance, jdbc:dbf:/C:/FoxPro?caseInsensitive=true;lockType=FOXPRO
|