Encrypt mysql Data using Base

Having a mySQL database, I wonder If I can use AES_ENCRYPT and AES_DECRYPT functions through the base interface.
I suppose this is rather easy when running a query, but is it possible encrypting data when adding a new record, through the Base Interface?

Hello,

Since those are MySQL functions, Base does not perform this. Base is only a front end to many different databases.

If, for example, you want to apply to information in a new record, you need to write macros to accommodate this.

I thought so. Thanks for helping!