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
  HXTT Json v1.0
  HXTT Paradox v7.1
  HXTT PDF v2.0
  HXTT Text(CSV) v7.1
 
  Buy Now
  Support
  Download
  Document
  FAQ
  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 Text(CSV)
Cannot get dirty data from rs.getWarnings()
Lucy
2007-06-18 11:00:00
Hi, I'm doing an evaluation on the HXTT Text(CSV) JDBC driver 3.0. I have the same problem as what's described in the message titled "exception thrown". There is a field in the last two lines of the csv file which can't be
parsed as date as the other lines. I set ignoreDirtyData to be false so that
no exceptions are thrown. However, I can't get the dirty values as described,as
rs.getWarnings() returns null. Could you help me on this? Thanks!
Re:Cannot get dirty data from rs.getWarnings()
HXTT Support
2007-06-19 06:55:40
>I set ignoreDirtyData to be false so that no exceptions are thrown.
You should set ignoreDirtyData to true.

while (rs.next())
{
//...

java.sql.SQLWarning warnings=rs.getWarnings();
if(warnings!=null){
do{
System.out.println(warnings.getMessage());
System.out.println("Error Code:"+warnings.getErrorCode());
System.out.println("SQL State:"+warnings.getSQLState());
}while((warnings=warnings.getNextWarning())!=null);
rs.clearWarnings();
}
}


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