I use this wrapper in order to upload SQLite data to Excel. For security reasons, SQLite containers that I manage has password now (It was given by SQLite Browser with Cipher). The wrapper can not open these databases. Can you write an instruction that open encrypted databases, with a given password? Parameters of this procedure or function are the DB Handler, the DB username and password.
Thanks in advance for your help.