[ANN] V4RB, V4MD, Vserver 2.0.5fc11 for MAC + WIN

Ruslan Zasukhin sunshine at public.kherson.ua
Sun Aug 21 14:05:14 CDT 2005


Hi All,

fc11 - is big update, so we update ALL products that everyone can test.
            Revolution archives will be uploaded in 1-2 hours.


* This update finalize ENCRYPTION.

- you get 6 new examples on encryption and structure encryption.

- you get in class Vdatabase 2 new properties:

            IsEncrypted
            IsStructureEncrypted

- you get in class Vdatabase 5 new methods:

    Encrypt(inKey as String, inForData as Integer = kRecordsOnly)
    Decrypt(inKey as String, inForData as Integer = kRecordsOnly)
    ChangeEncryptionKey(
         inOldKey as String,
         inNewKey as String, inForData as Integer = kRecordsOnly)

    UseEncryptionKey(inKey as String, inForData as Integer = kRecordsOnly.)
    RequiresEncryptionKey()


- And you get similar 5 methods in the class VTAble and Vfield,
    but without the last parameter inForData.

- parameter inforData on default encrypt only DATA RECORDS.
    If you want encrypt structure you can specify kStructureOnly.

    You can even specify kStructureAndRecords,
    then both will be encrypted by the same password.


NOTE: as you see, comparing to v1 we have deprecate set of methods to work
with structure encryption. Instead we have now optional parameter in the
methods of Vdatabase class.

--------------------------------------
FIXED BUGS:

* Bob, encryption for project with Classes now must work.

* Vserver - Igor have fix 4-5 bugs related to open and connect to databases
under server.  
    
    Charles, now you query not crash server.

* Frank, your reported bugs are fixed related to db.CollationAttribute
    and CONTAINS in SQL searches.

* Dan, we hope that now Vserver will work in your project also.

-- 
Best regards,

Ruslan Zasukhin
VP Engineering and New Technology
Paradigma Software, Inc

Valentina - Joining Worlds of Information
http://www.paradigmasoft.com

[I feel the need: the need for speed]




More information about the Valentina-beta mailing list