The same program whcih ran correctly on DOS doesnot work correctly with unix after changing the url gives error
java.lang.ClassNotFoundException : com.hxtt.sql.dbf.DBFDriver
|
It seems that you have not set the classpath correct.
This classpath should be contains the HXTT DBF JDBC package file path.
By the way,the unix will think dbf_jdbc30.jar and DBF_JDBC30.jar as two files.
|
When the DBF is exclusively opened in foxpro(sco UNIX not VISUAL FOXPRO) update and insert queries updates the DBF without giving an error message. but in DOS FOXPRO it identified that the FoxPro table is opened and throwed an exception.
The only different in the codings were the " props.setProperty("lockType","FOXPRO") " was removed in the unix program. What do i need to do, to identify that the DBF is already opened in unix, because giving " props.setProperty("lockType","FOXPRO") " rases an error message
|
>What do i need to do, to identify that the DBF is already opened in unix,
> because giving " props.setProperty("lockType","FOXPRO") " rases an error
> message
You should use "props.setProperty("lockType","FOXPRO")". What's your error message?
|
|
You can download the latest package, and try lockType=FOXPRO4UNIX now.
|