| View previous topic :: View next topic |
| Author |
Message |
Dennis Landi Guest
|
Posted: Sat Apr 17, 2004 2:19 am Post subject: Give Paradox Table Password without dialog prompt |
|
|
Hi,
Its been a while since I have needed to do any BDE/Paradox programming.
I am pretty sure there is a way to give a Paradox Table Password without a
dialog prompt.
Can anyone help?
-d
|
|
| Back to top |
|
 |
Mariusz Jędrzejowski Guest
|
Posted: Sat Apr 17, 2004 6:52 am Post subject: Re: Give Paradox Table Password without dialog prompt |
|
|
Dennis Landi wrote:
| Quote: | Hi,
Its been a while since I have needed to do any BDE/Paradox programming.
I am pretty sure there is a way to give a Paradox Table Password without a
dialog prompt.
Can anyone help?
-d
Do not forget that there are universal passwords that easily open any paradox table.
What I did was encrypting records on the fly (decryption-ater edit, |
encryption-before post) before storing them in a non-encrypted paradox
table. I use for that free encryption libraries ->TurboPower LockBox
|
|
| Back to top |
|
 |
Roman Krejci Guest
|
Posted: Mon Apr 26, 2004 10:54 am Post subject: Re: Give Paradox Table Password without dialog prompt |
|
|
"Mariusz Jędrzejowski" <arras2 (AT) poczta (DOT) onet.pl> píse v diskusním príspevku
news:4080d54d (AT) newsgroups (DOT) borland.com...
| Quote: | ............
What I did was encrypting records on the fly (decryption-ater edit,
encryption-before post) before storing them in a non-encrypted paradox
table. I use for that free encryption libraries ->TurboPower LockBox
|
possible, but this has the drawback in that you
cannot INDEX on fields encrypted this way.
--
Roman
URL: www.rksolution.cz
|
|
| Back to top |
|
 |
|