Encryption

Ruslan Zasukhin sunshine at public.kherson.ua
Mon Mar 15 15:55:17 CST 2004


On 3/15/04 3:46 PM, "chuck hinkle" <chuckbo at hinkles.us> wrote:

> 
> I seem to be overlooking an important step to set up encryption.
> I'm using RB 5.5.
> 
> I have a database that I've been using, and it's defined in the variable
> myDB. My method that creates the database works for:
> 
>  myDB.schemaversion = 1
>  myDB.creator = "TEST"
>  rc = myDB.create(f,1,4*1024)
> 
> but if I then add this next statement, the compile gives me an error.
>  myDB.ChangeEncryption("","test")
> 
> The error I get is "This method or property does not exist in
> App.OpenNewSet, line 25"
> But when I'm typing in the command, after I type myDB.C, the pulldown list
> of choices include ChangeEncryption, so it's recognized as valid by the
> IDE.
> 
> 
> I get the same error when I do a
>  myDB.SetEncryption("test")
> in front of the command
>  rc = myDB.open(f)

Hi Chuck,

V4RB have example on encryption and

you can look into __TEST project in V4RB archive. A lots of encryption tests
here.

-- 
Best regards,
Ruslan Zasukhin      [ I feel the need...the need for speed ]
-------------------------------------------------------------
e-mail: ruslan at paradigmasoft.com
web: http://www.paradigmasoft.com

To subscribe to the Valentina mail list go to:
http://lists.macserve.net/mailman/listinfo/valentina
-------------------------------------------------------------



More information about the Valentina mailing list