Main   Products   Offshore Outsourcing   Customers   Partners   ContactUs  
JDBC Databases
  HXTT Access v7.1
 
  Buy Now
  Support
  Download
  Document
  FAQ
  HXTT Cobol v5.0
  HXTT DBF v7.1
  HXTT Excel v6.1
  HXTT Json v1.0
  HXTT Paradox v7.1
  HXTT PDF v2.0
  HXTT Text(CSV) v7.1
  HXTT Word v1.1
  HXTT XML v4.0
Offshore Outsourcing
Free Resources
  Firewall Tunneling
  Search Indexing Robot
  Conditional Compilation
  Password Recovery for MS Access
  Password Recovery for Corel Paradox
  Checksum Tool for MD5
  Character Set Converter
  Pyramid - Poker of ZYH
   
   
   
Heng Xing Tian Tai Lab of Xi'an City (abbr, HXTT)

HXTT ACCESS
hxtt Access v2.1
mike
2007-02-20 06:22:15
I have downloaded this driver and i have successfully used the java example 1 program changing to connect to an Access database on my c drive as shown.
Class.forName("com.hxtt.sql.access.AccessDriver").newInstance();

//Please see Connecting to the Database section of Chapter 2. Installation in Development Document
//Please change "demodata" to your database directory
String url = "jdbc:Access:/C:/db1.mdb";

//Please replace with your query statement.
//You should read SQL syntax in HXTT Access Development Document
String sql = "select * from auditTrail ";


However, i'm now trying to use this driver from an IBM ISERIES(AS400). This is being used via an RPGLE program. I seem to get connected to the driver, but i keep getting the following error. c:/db1.mdb doesn't exist or can't be accessed!

my connection string looks like this.
conn = JDBC_Connect( 'com.hxtt.sql.access.AccessDriver'
: 'jdbc:access:/c:/db1.mdb'
:(' ')
: (' ') );

Might you have any suggestions as to what might be causing the problem.

Thanks.
Re:hxtt Access v2.1
HXTT Support
2007-02-20 07:38:08
>'jdbc:access:/c:/db1.mdb'
Can you make sure there's a c:/dbf1.mdb pat at your IBM ISERIES(AS400)? You should use the correct path.

Search Key   Search by Last 50 Questions




Google
 

Email: webmaster@hxtt.com
Copyright © 2003-2019 Heng Xing Tian Tai Lab of Xi'an City. | All Rights Reserved. | Privacy | Legal | Refund | Sitemap