3.64.2. UpdateQuery Previous topic Parent topic Child topic Next topic

This optional parameter specifies the SQL query that will be used to store Digipass token data back to the database after authentication. The process of authentication (whether or not it is successful) results in the Digipass data block for that token being changed, and it must be written back to the database after each authentication attempt for correct operation. Special characters are permitted, and %0 is replaced with the new data block, and %1 is replaced with the Digipass serial number retrieved by AuthSelect.
Defaults to update TBL_VASCODP set DP_DATA=’%0’ where DIGIPASS=’% 1’, which is compatible with the sample schemas provided in goodies/*.sql.