Decrypt problem

Bart Pietercil bart.pietercil at gmail.com
Mon Feb 26 10:11:26 CST 2007


Hi List,

I generate a db with this command

ThisDB.Encrypt("somekey",EVDataKind.kStructureAndRecords)

I can connect to this db using VStudio (ask for the passwords and  
accepts the pw)

However using this code;

       CoReConnectionDB = new VDatabase
       CoReConnectionDB.UseEncryptionKey("somekey")
       CoReConnectionDB.Open(myFile)

raises a Vexception

How do I log into my db that is encrypted. Obviously I am missing  
something.

What I want to do is open the db, read two records in two tables and  
close the db.

TIA

Bart Pietercil


More information about the Valentina mailing list