Hi,

I have an encrypted REALSQL database that I can log into but I now want to permanently decrypt it so that other 3rd party tools can read the db.


When I issue any of these commands

db.Encrypt("")
call db.Encrypt("")
eb.Decrypt()

I get the:
"Parameters are not compatible with this function"

Who do I decrypt this database beside exporting the entire schema and data?

PPC IDE Rb 2006 r4


[New] [All] REALSQLDatabase: Added the following new methods having
            to do with encryption:

            Encrypt(password as String): encrypts (or re-encrypts) the database
            with the new password. Using an empty string as a password decrypts
            the database. Note that this can be used both to encrypt a
non-encrypted database and to give a database a new name. Encrypt() is basically an atomic operation as far as REALbasic is concerned and so it can freeze your application for large databases. Also, be sure to
            back up any database you are about to encrypt.

            Decrypt(): decrypts an encrypted database.
--

Cheers,

Dr Gerard Hammond
MacSOS Solutions
http://www.macsos.com.au
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to