In Access I can runn a passthrough query to execute SQL commands on a true DB server. Is this possible in Base? I have a MariaDB server and want to use Base to create forms for accessing it, but need to run SQL commands to encrypt and decrypt certain data, so linking the tables won't work.
Also, thank you for the advice with my last issue! I will be looking into using one of those methods to do an application style form later today.