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
 
  Buy Now
  Support
  Download
  Document
  FAQ
  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 Paradox
Open Encrypt Table
Davide Poletti
2014-09-08 08:14:46
I'm trying to open an encrypt table but I get:

Failed to load table CAC_ENC:An invalid Paradox file header: inner code 0x005

Have I to pass additional properties to the connection method?
If I remove the password protection using the Paradox Database Editor I can read the file.

Davide
Re:Open Encrypt Table
HXTT Support
2014-09-08 08:22:26
It failed to through data integrity verification. You can email us your CAC_ENC sample.

>If I remove the password protection using the Paradox Database Editor I can read the file.
HXTT Paradox supports encrypt table, but it think that one byte doesn't obey data integrity so that it refuse to read it.
Re:Open Encrypt Table
HXTT Support
2014-09-08 08:25:40
>Have I to pass additional properties to the connection method?
1st way:
Properties properties=new Properties();
properties.setProperty("delayedClose","0");
Connection con = DriverManager.getConnection(url,properties);
2nd way:

url="jdbc:paradox:/c:/yourdirectory?delayedClose=0;charSet=Cp865";

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