In a Delphi application which uses TADODataSet components to access to an Access database, there is any way to delete leading and trailing spaces from text fields when record is written to disk? or perhaps when retrieving the data, but without modifying all my queries.
I mean in ADO engine, without coding myself using Trim() in BeforePost on every table.
FixedCharproperty set toFalse? – Jørn E. Angeltveit Oct 5 '11 at 2:09ConnectionStringand I get an error: Could not find installable ISAM. I can't find documentation about it. – Juanmi Oct 6 '11 at 7:24