I'm using the BDE API Examples (www.inprise.com/devsupport/bde/bdeapiex/dbidorestructure.html) to add new fields to a Paradox 4 table. Everything works great, except it strips the Master Password from the table! Before the program is run the table has a password, afterwords it's gone. Is this normal? I provide the password in the code using Session.AddPassword('MyPassword'). I'm using delphi 2.
Thanks much! -Mike
Wed, 18 Jun 1902 08:00:00 GMT
Heiko Lüttg #2 / 2
DbiDoRestructure - losing master password
Quote:
>I'm using the BDE API Examples >(www.inprise.com/devsupport/bde/bdeapiex/dbidorestructure.html) to add >new fields to a Paradox 4 table. Everything works great, except it >strips the Master Password from the table! Before the program is run >the table has a password, afterwords it's gone. Is this normal? I >provide the password in the code using >Session.AddPassword('MyPassword'). I'm using Delphi 2.
>Thanks much! >-Mike
Look at http://www.inprise.com/devsupport/bde/fixes/401/paradox.html