Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread V3 C/S and Encrypted table (newbie question)
Tue, Oct 24 2006 4:39 AMPermanent Link

"John"
Hello,

Today I use V3 and C/S and it works fine.
For security reason I would like to encrypt the tables files.

So what would be the chnages I will have to do after this, I suppose that
somewhere in my code or in the administration tool I have to set a password
somewhere to be able to use the tables ?

Thanks for your help.

John

Tue, Oct 24 2006 5:03 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

John,

<< So what would be the chnages I will have to do after this, I suppose that
somewhere in my code or in the administration tool I have to set a password
somewhere to be able to use the tables ? >>

Yes, you'll need to use the TDBISAMSession.AddPassword method.  See the
section entitled "Opening Encrypted Tables" here:

http://www.elevatesoft.com/dbisam4d5_opening_tables.htm

--
Tim Young
Elevate Software
www.elevatesoft.com

Thu, Oct 26 2006 10:39 AMPermanent Link

John
Perfect, thanks Tim.
Image