Board index » delphi » Packing paradox tables with auxiliary passwords

Packing paradox tables with auxiliary passwords

I'm using DbiDoRestructure to pack a paradox table using D3Pro but
afterwards my auxiliary passwords are not there.
Can someone explain why this is happening and how to correct it?
Thanks a  bunch,
Dianne
 

Re:Packing paradox tables with auxiliary passwords


There are some utilities available which will handle this otherwise you will
have to write something yourself. The BDE Help examples  has code for adding
auxiliary passwords. After completeing the restructure it is necessary to
run this code to reapply them

Mike Best
Mike Best Programming
Brisbane
Australia

Quote
Dianne wrote in message <1E3j3.1500$%w4.57...@iad-read.news.verio.net>...
>I'm using DbiDoRestructure to pack a paradox table using D3Pro but
>afterwards my auxiliary passwords are not there.
>Can someone explain why this is happening and how to correct it?
>Thanks a  bunch,
>Dianne

Re:Packing paradox tables with auxiliary passwords


In article <1E3j3.1500$%w4.57...@iad-read.news.verio.net>,
  "Dianne" <dia...@pcsonline.com> wrote:

Quote
> I'm using DbiDoRestructure to pack a paradox table using D3Pro but
> afterwards my auxiliary passwords are not there.
> Can someone explain why this is happening and how to correct it?

I think you lose also your master password. In DbiDoRestructure you use
CRTblDesc structure. Set member of it - bProtected to True
(CRTbl.bProtected := True).

Palo

Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.

Other Threads