Save MemoField

Hello, I have a problem trying to save from a tdbmemo containing text in a textfield field of a db postgres using tms aurelius, the content is always set to "?", ideas?

Hello, you must understand and know how data should be saved in your database. Is your database field a raw blob, or a text blob (cblob)? Are you saving the text using which encoding?

Is your mapped field declared as TBlob, or string? If TBlob, have you added [DBTypeMemo] attribute to the mapping?
Is your dataset field a TBlobField, or a TWideMemoField?
All of those variations affect how text is saved and interpreted by the framework and datasets. You can try variations of the things I mentioned below to see what works.