Mega Code Archive

 
Categories / Delphi / ADO Database
 

How can i place a string that is padded with spaces into a

Question: How can I place a string that is padded with spaces into a database? Answer: The BDE will trim trailing spaces from a string field. It is possible to choose another character to act in the place of trailing spaces, then replace the characters at runtime with spaces.