Board index » delphi » Adding multiple passwords to Paradox table
John Flaxman
![]() Delphi Developer |
Sun, 07 Mar 2004 17:24:42 GMT
Adding multiple passwords to Paradox tableHi All I have seen the odd 'issue log' on this one which claims it happens in D3, but not D2. I am currently using D5 and code that used to work in D3 now gives the problem. Basically I am trying to add a master and 2 Aux passwords to my paradox tables and i use these to give different types of access (including a read only mode when the demo license expires). I use the example DBiDoRestructure code from the web site, first adding the master password, then one aux password followed by a second aux password. The code used to work in D3 but since going to D5 and BDE 5.11 I find that the second call to add an aux password removes the first one. On the BDE issues log (ref 141) it suggests using 1 instead of True, but the example does tis already. Anyone encountered this (and got round it)? Thanks |