K
Kevin McCartney
Hi TWIMC
I'm trying to compact a database that has a security password set, I'm
trying to use the following code:Hi TWIMC
I'm trying to compact a database that has a security password set, I'm
trying to use the following code:
DBEngine.CompactDatabase srcDatabase, dstDatabase, , , strPWD
where strPWD is delcared as a String and is set to strPWD = ";PWD:=accobra"
I know the password is correct but I get the following error message
'3031 Not a valid Password'
which kind of makes me think the strPWD should be a string but what else
would it be.
Any help on this would me much appreciated.
TIA
KM
I'm trying to compact a database that has a security password set, I'm
trying to use the following code:Hi TWIMC
I'm trying to compact a database that has a security password set, I'm
trying to use the following code:
DBEngine.CompactDatabase srcDatabase, dstDatabase, , , strPWD
where strPWD is delcared as a String and is set to strPWD = ";PWD:=accobra"
I know the password is correct but I get the following error message
'3031 Not a valid Password'
which kind of makes me think the strPWD should be a string but what else
would it be.
Any help on this would me much appreciated.
TIA
KM