Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread Accessing DBISAM Tables With Encryption Password.
Wed, Aug 29 2012 11:03 PMPermanent Link

Steve Gill

Avatar

Hi Tim,

In Delphi, if a DBISAM table is encrypted with a password, I can pass in the password using the Session component.  Is there a way to do the same thing in EWB, or is the only solution not to use encrypted tables?

Thanks.

Steve
Thu, Aug 30 2012 4:18 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Steve,

<< In Delphi, if a DBISAM table is encrypted with a password, I can pass in
the password using the Session component.  Is there a way to do the same
thing in EWB, or is the only solution not to use encrypted tables? >>

Well, there *are* ways to do it, but frankly, I wouldn't have an EWB
application do anything regarding server-side database passwords used for
encryption, etc.  I would have those handled entirely in the back-end web
server application.

If you have any other questions, please let me know.

Tim Young
Elevate Software
www.elevatesoft.com
Thu, Aug 30 2012 5:42 PMPermanent Link

Steve Gill

Avatar


<< Well, there *are* ways to do it, but frankly, I wouldn't have an EWB
application do anything regarding server-side database passwords used for
encryption, etc.  I would have those handled entirely in the back-end web
server application.>>

Fair enough.  Thanks Tim.
Image