encryption
Ruslan Zasukhin
sunshine at public.kherson.ua
Wed Oct 8 23:36:46 CDT 2003
on 10/8/03 9:26 PM, meminusone at hotmail.com at meminusone at hotmail.com wrote:
> Name: sam bennett
>
> Question regarding: v4rb
>
> I have a Valentina database that needs to be encrypted, but I'm having some
> trouble with the exact syntax to make it work properly. We do not want to have
> to create a database through scripting, we want to encrypt an existing
> database. Is this possible?
Yes Sam,
You need ONCE call function that do
db.Open()
db.changeEncryption("", "new password")
db.Close()
Now to be able open this db you need change your original code as
db = new MyDatabase
db.SetEncryption("new password")
db.open()
--
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