Is it possible to do an insert, read, update, delete on tblParameter on configuration database

SOLVED

Hi all,

I see there is tblParameter in configuration table, I would like to store my key value such as custom database name, servername, username, and password in tblParameter to be used in my custom form.

In Sage.MMSAdmin.DBSchema.Others, I see there is class and methods related to tblParameter. But I am failing to read the table content using the methods. Is it possible to do basic query on this table?

Thank you.