I am using a TDBEdit for a string field of my DataSet. When the dataset is in edit mode, I change value of field string by deleting end spaces of the string. In the database, my string field type is VARCHAR2(19).
But when I post (and commit), spaces at the end of the string are still there ...