Main   Products   Offshore Outsourcing   Customers   Partners   ContactUs  
JDBC Databases
  HXTT Access v7.1
  HXTT Cobol v5.0
  HXTT DBF v7.1
  HXTT Excel v6.1
 
  Buy Now
  Support
  Download
  Document
  FAQ
  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 Excel
How to set the driver
Hector
2008-08-27 15:55:15
I am trying to set up the URL for Windows as in the manual but I get a error mesaage.
I have my excel file in this path: C:\Data.xls. I defined the URL connection as below:

jdbc:excel:///c:/Data.xls

Am I rigth or there is another way to set it up?

Kind Regards,

H��ctor Pantoja
Re:How to set the driver
HXTT Support
2008-08-27 17:44:00
Your jdbc url is correct. What's your error message? Whether you haven't called Class.forName("com.hxtt.sql.excel.ExcelDriver");
Re:Re:How to set the driver
HXTT Support
2008-08-27 18:03:14
You can use

catch(java.sql.SQLException sqle ){
do{
System.out.println(sqle.getMessage());
System.out.println("Error Code:"+sqle.getErrorCode());
System.out.println("SQL State:"+sqle.getSQLState());
sqle.printStackTrace();
}while((sqle=sqle.getNextException())!=null);
}

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