Dear, I have been trying to use the Demo samples from DBF_JDBC30demo.zip. I am not able to test any one of them. Can you please send me simple procedure to run those test and then how can I use my own .dbf files to access/modify using evaluation version, please?
Thanks for your support.
Regards
OMkar
|
Did your run test.bat? You should modify the JDK path in that bat file first. What's your daily database tool(DbVisualizer, Database Pilot, and so on)?
You need only to know:
driver class name: com.hxtt.sql.dbf.DBFDriver
embedded JDBC url: jdbc:dbf:///aDatabasePath
for instance, jdbc:dbf:///c:/yourDirectory4DBF or jdbc:dbf:////usr/yoourDirectory4DBF
Then you can run all sqls to access/modify your database.
|
Hi, I want to use access/modify my .DBF files. For that first I want to test the sample file u gave me. I am using JCreator to write the sample applications.
Let me have a look at the sample code which came with that demo zip file, and then I will get back to u on this asap.
meanwhile, if u have any sample code for this, pls send me. THANKS VERY MUCH FOR YOUR KIND SUPPORT. I AM WRITING REPORT ON HxTT IN MY STUDY PROJECT
Regards
OMkar
|
Hi, I want to use access/modify my .DBF files. For that first I want to test the sample file u gave me. I am using JCreator to write the sample applications.
Let me have a look at the sample code which came with that demo zip file, and then I will get back to u on this asap.
meanwhile, if u have any sample code for this, pls send me. THANKS VERY MUCH FOR YOUR KIND SUPPORT. I AM WRITING REPORT ON HxTT IN MY STUDY PROJECT
Regards
OMkar
|
You can find many sql samples in sql.txt .
Example1.java and Example2.java is simple for Java novice. testSQL is complicated but powerful. If your sample code failed, we can help you to dig out your issue.
|