This code does not work:
METHOD AX_SetPassword( szEncodeKey AS STRING ) AS VOID PASCAL CLASS
ADSDataServer
// Set password for record encryption
DbInfo( DBI_AXS_SET_PASSWORD, String2Psz( szEncodeKey ) )
RETURN
The error message is: Operation is not supported by the current RDD.
I am using AXDBFCDX following the procedure described in the ADS help file.
Any clue to make this work?