Subject | Unexpected column alignment! - IBODataset.pas line 5569 |
---|---|
Author | fabricio_matos |
Post date | 2012-03-26T21:02:55Z |
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?
with qrConsulta do begin
SQL.Clear;
SQL.Add('select C_NOME AS "TÃtulo" from Pessoas');
Open;
end;
Can anyone help?