Board index » delphi » Adding Paradox table passwords - Delphi 1.0

Adding Paradox table passwords - Delphi 1.0

Hi all,

We have a large application with several password-protected Paradox tables.
When we pack the tables via DbiDoRestructure, the passwords are removed. We
have since been searching for either a way to pack the tables without losing
the master passwords, or a Dbi/??? call that will allow us to add a master
password to a table. We can find neither.

Can someone out there assist us? Thank-you for your time and assistance.
Please copy the reply to mbatc...@appsource.com. Thanks in advance...

 

Re:Adding Paradox table passwords - Delphi 1.0


You need to specify the password in the CRTblDesc structure you pass to
DbiDoRestructure, along with setting the bProtected variable to true.

--
Mark Pritchard

Marc Batchelor <mbatc...@appsource.com> wrote in article
<50sk60$...@ddi2.digital.net>...

Quote
> Hi all,

> We have a large application with several password-protected Paradox
tables.
> When we pack the tables via DbiDoRestructure, the passwords are removed.
We
> have since been searching for either a way to pack the tables without
losing
> the master passwords, or a Dbi/??? call that will allow us to add a
master
> password to a table. We can find neither.

> Can someone out there assist us? Thank-you for your time and assistance.
> Please copy the reply to mbatc...@appsource.com. Thanks in advance...

Other Threads