I've played with PWDCOMPARE and PWDENCRYPT but do not use them in any applications. They are subject to change and using them could result in broken applications when upgrading.
The correct syntax is pwdcompare('text',<encryptedtext>) as in the example below. pwdencrypt is used to encrypt the text string for the second pwdcompare parameter.
print pwdcompare('helloworld', pwdencrypt('helloworld')) Terry L. Broadbent
faq183-874 contains some tips and ideas for posting questions in these forums. Please review it and comment if you have time. NOTE: Reference to the FAQ is part of my signature and is not directed at any individual.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.