Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread LoginUser and LoginPassword
Thu, Apr 1 2010 6:13 AMPermanent Link

Josselin

Hi,

How can I modifiy the default LoginUser and LoginPassword and how can I modify the default Encryption password ?

I would like to use my own login and password to protect my data from my customers.

Bruno
Thu, Apr 1 2010 8:06 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Bruno,

<< How can I modifiy the default LoginUser and LoginPassword and how can I
modify the default Encryption password ? >>

In your application, or in the EDB Manager ?  In general, you can
create/alter/drop users/roles using SQL statements:

http://www.elevatesoft.com/manual?action=viewtopic&id=edb2sql&topic=User_Security

The encryption password is configured via the TEDBEngine.EncryptionPassword
property:

http://www.elevatesoft.com/manual?action=viewprop&id=edb2&product=d&version=7&comp=TEDBEngine&prop=EncryptionPassword

If you already have a configuration file created on disk, then you'll need
to delete/recreate it if you change the encryption password for the engine
in your application.   The same goes for any database catalogs or table
files that are encrypted using the old password.

You can find out information on modifying the encryption password in the EDB
Manager here:

http://www.elevatesoft.com/supportfaq?action=view&category=edb&question=elevatedb_manager_encryption_password

--
Tim Young
Elevate Software
www.elevatesoft.com

Image