Main   Products   Offshore Outsourcing   Customers   Partners   ContactUs  
JDBC Databases
  HXTT Access v7.1
  HXTT Cobol v5.0
  HXTT DBF v7.1
 
  Buy Now
  Support
  Download
  Document
  FAQ
  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 DBF
corrept index dbf level 7
willie
2008-01-13 21:48:25
Hi

I am getting the following error ;

java.sql.SQLException: Failed to insert a new record into table wo! For more information, please use SQLException.getNextException().
java.sql.SQLException: Failed to insert new record into table wo because of duplicate key or corrupted index file. For more information, please use SQLException.getNextException().
java.sql.SQLException: Failed to calculate index value for index expression ID

I am using the BDE 5.2.02 and dbase plus 2.163. The insertRow() work fine without an index (.mdx). The java code is as follows

Properties properties = new Properties();
properties.setProperty("versionNumber", "DB2K");
Class.forName("com.hxtt.sql.dbf.DBFDriver").newInstance();

String jdbcConnection = "jdbc:dbf:/D:/dms2000/data/dms";
Connection con = DriverManager.getConnection(jdbcConnection,properties);

int id = 0;

PreparedStatement stmt = con.prepareStatement(
"select * from wo", ResultSet.TYPE_SCROLL_SENSITIVE, ResultSet.CONCUR_UPDATABLE);

stmt.executeUpdate("reindex all on WO" );

stmt.setString(1,"%");
ResultSet rs = stmt.executeQuery();

rs.next();
rs.moveToInsertRow();
rs.updateString("WO_NUM", "zzzz");
try{
rs.insertRow();
rs.moveToCurrentRow();
}catch(SQLException e) {
System.out.println(e.toString());
System.out.println(e.getNextException().toString());
System.out.println(e.getNextException().getNextException().toString());
}
Re:corrept index dbf level 7
HXTT Support
2008-01-31 20:31:40
v4.0.014 supports autoincrement type, int type, and timestamp type for dbase 7 and its mdx format. Please download it.

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