Hello,
I have updated the user password using -> ALTER USER SA SET PASSWORD 'rioyxlgt' command in sql script file.
I also need to update my file password using sql script file. Do we have any specific command like ALTER for updating the file password as well?
Maybe someone can help me out with setting the File Password for H2Db.
Thank You