Clovertech
› Clovertech Forums › Cloverleaf › Reading encrypted SMAT archive from external app
Tagged: SMATDB
Hello,
i’d like to read an encrypted smat db from an external application. Opening it with a standard sqlite connection and using cipher authorization doesn’t work.
Has anyone done this so far?
Hi Dirk, try using the “pragma key” directive after you open the database:
pragma key=’passphrase’;
Rob Abbott Cloverleaf Emeritus