Back to SPR List Previous Next
Database cannot be accessed after using encryption functions.
Minor Closed - Fixed Found:XS.01.10 01 OCT 2008 Fixed:XS.01.11 02 OCT 2008

DETAILS
 If you use any of the PQL encryption functions while connected to a database (encrypted
 or not) then you will need to reconnect to that database because it complains about a
 password:
EXAMPLE PROGRAM
 program
 compute x = cryptkey('xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx')
 compute a = encrypt('x',8)
 compute b = decrypt('x',8)
 end program
 list stats
WORKAROUND
restart sir.
Back to SPR List Previous Next