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
Corrupts MDB: The search key was not found in any record
Greg Jungman
2006-03-28 00:00:00
I'm very interested in buying your product, but:

I'm using PreparedStatement.executeBatch(); this works fine on the JDBC-ODBC bridge that ships with Java. But, when I use your software, I open the MS-Access DB after I run my inserts and try to delete a record and get the following error: "The search key was not found in any record"
Re:Corrupts MDB: The search key was not found in any record
HXTT Support
2006-03-28 00:00:00
What's your sql? Have you built some index on your MDB file? If possible, you can send your mdb sample to webmaster.hxtt@gmail.com .
Re:Re:Corrupts MDB: The search key was not found in any record
Greg Jungman
2006-03-29 00:00:00
The table has a primary key index. The SQL on this table in my test script that causes the error is:

PreparedStatement insertCollection = con1
.prepareStatement("INSERT INTO UI_COLLECTIONS (PK_OBJECT_ID, PK_COLLECTION_KEY, COLLECTION_VALUE, KEY_TYPE, VALUE_TYPE, PK_VERSION_ID, USER_CODE, LAST_USED_DATE) "
+ "VALUES (?,?,?,?,?,?,?,?)");

PreparedStatement updateCollection = con1
.prepareStatement("UPDATE UI_COLLECTIONS SET COLLECTION_VALUE = ?, VALUE_TYPE = ?, USER_CODE = ?, LAST_USED_DATE = ? WHERE PK_OBJECT_ID = ? AND PK_COLLECTION_KEY = ? AND PK_VERSION_ID = ?");


Where the columns prefixed by "PK_" are primary keys, and thus form an index.

I could send you an MDB but it's very large.
Re:Re:Re:Corrupts MDB: The search key was not found in any record
HXTT Support
2006-03-29 00:00:00
You can copy your mdb file to temp.mdb file, then remove all tables except for that UI_COLLECTIONS talbe, then delete all rows in UI_COLLECTIONS. Then run Compact/Repair database in Ms Access, then email that mdb file with empty table structure and index information. Then we will produce simulation data to recur your issue. Thanks.

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