> ADO is strange....  I have an ADOConnection to an SQL Server 7 box, and an
> ADOQuery (select * from cdcollection) in a DBGrid.
>
> I have on field that is varchar(64) yet when I edit the column in the
DBGrid
> I get the contents padded to 64 chars with spaces, is ADO returning
64chars
> or is Delphi getting confused?


Char(64), or VarChar(64)?? This is normal behaviour for a char(64)

N

---------------------------------------------------------------------------
  New Zealand Delphi Users group - Database List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to