Hi there.
This is a combined problem with MSSQL, hope anyone can help
Why I post it here is that it seems to pop up only in Delphi
If I'm connecting to a MSSQL server with the ADO components, I get non-truncated data in return when selecting from the server. Is there a way to eleminate the rightmost spaces in any way?
I've tried to convert my CHAR(10) fields to VARCHAR(10), but I get the trailing spaces anyway.
//Nordlund
This is a combined problem with MSSQL, hope anyone can help
Why I post it here is that it seems to pop up only in Delphi
If I'm connecting to a MSSQL server with the ADO components, I get non-truncated data in return when selecting from the server. Is there a way to eleminate the rightmost spaces in any way?
I've tried to convert my CHAR(10) fields to VARCHAR(10), but I get the trailing spaces anyway.
//Nordlund