Subject Re: Unexpected column alignment! - IBODataset.pas line 5569
Author fabricio_matos
Delphi XE2 - Enterprise
IBO 4.9.14 Build 44
Firebird 1.5

--- In IBObjects@yahoogroups.com, "fabricio_matos" <fcmatos@...> wrote:
>
> Error (Unexpected column alignment! - IBODataset.pas line 5569) when try open this Query:
>
> with qrConsulta do begin
> SQL.Clear;
> SQL.Add('select C_NOME AS "Título" from Pessoas');
> Open;
> end;
>
> Can anyone help?
>