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
BDAdmin to insert data
dms2000
2010-10-06 01:59:33
Hi

Can the DBAdmin update/insert data . I can only read tables, but get the following error when trying to insert;

Exception in thread "main" java.sql.SQLException: Timeout Interrupted Exception: beyond 50000 msecs to get result for a remote request, but that request should have been executed by remote server.
at com.hxtt.global.SQLState.SQLException(Unknown Source)

code:
Class.forName("com.hxtt.sql.dbf.DBFDriver").newInstance();
String jdbcConnection = "jdbc:dbf://localhost:3099/d:/dms2000/data/dhs";
Connection con = DriverManager.getConnection(jdbcConnection,properties);
PreparedStatement stmt = con.prepareStatement(
"select * from incident",
ResultSet.TYPE_SCROLL_SENSITIVE, ResultSet.CONCUR_UPDATABLE); ResultSet rs = stmt.executeQuery();
while (rs.next()){ ;
rs.updateString("PUNIT", "test");
rs.updateRow();
}
Re:BDAdmin to insert data
HXTT Support
2010-10-06 05:17:59
Checked. It's resulted by a bug in remote ResultSet.updateRow method. Fixed. The latest package will be availabel after about 3 hours.

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