java.sql.SQLException: Failed to go Rowid 00009D8F0006 of table cutoff_tel! For more information, please use SQLException.getNextException().
at com.hxtt.global.SQLState.SQLException(Unknown Source)
at com.hxtt.sql.access.z.a(Unknown Source)
at com.hxtt.sql.o.a(Unknown Source)
at com.hxtt.sql.w.a(Unknown Source)
at com.hxtt.sql.w.a(Unknown Source)
at com.hxtt.sql.by.q(Unknown Source)
at com.hxtt.sql.db.a(Unknown Source)
at com.hxtt.sql.db.a(Unknown Source)
at com.hxtt.sql.cu.a(Unknown Source)
at com.hxtt.sql.cu.next(Unknown Source)
at LoadData.run(ETL.java:860)
|
Access_JDBC30.jar
The above error came in ACCESSS JDBC Driver after reading (3,80,873) 0.3Million Records approximately.
|
You can use
catch (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);
}
to know why one row failed to read by HXTT Access.
You can zip and upload your backup database and corrupted database into:
ftp site: ftp.hxtt.com
ftp user: anonymous@hxtt.com
ftp password: (empty)
login mode: normal (not anonymous)
ftp port:21
upload directory: incoming
transer mode: binary (not ASCII)
After upload, you can't see that upload file, but it has been upload.
You can choose to zip and email webmaster.hxtt@gmail.com too.
|
Haven't seen your sample or reply still:)
|