0

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?

Jens Mühlenhoff
  • 14,565
  • 6
  • 56
  • 113
renejp
  • 1
  • 1
  • I don't know anything about Visual Objects, but according to the help file: http://devzone.advantagedatabase.com/dz/webhelp/advantage8.1/mergedProjects/adsvo/adsvo/ax_setpassword.htm You should be calling `AX_SetPassword(...)` directly. What's the purpose of the `DbInf...` line? – Jens Mühlenhoff Feb 20 '13 at 15:10

1 Answers1

2

This question is answered in Advantage Forum

Alex W
  • 3,283
  • 1
  • 19
  • 25