Jan Van Bogget
2008-04-06 12:33:06 UTC
Hello, this my big problem :
When i Insert data from memo1.text into my Firebird Table, i becomming the
following error :
Incorrect values within SQLDA Structure
This is the Delphi code that i use :
With SqlQuery1 do
begin
Sql.Clear;
Sql.Text := 'Insert Into Mijn_tabel(Omschrijving)
Values(:_Omschrijving);
ParamByName('_Omschrijving').AsBlob := Memo1.Text;
ExecSQL;
end;
I Work with D2007 Win32 with the lastest updates, Firebird 2.1 and
DbExpress ....
Wath is wrong ??
Thanks for Help ....
When i Insert data from memo1.text into my Firebird Table, i becomming the
following error :
Incorrect values within SQLDA Structure
This is the Delphi code that i use :
With SqlQuery1 do
begin
Sql.Clear;
Sql.Text := 'Insert Into Mijn_tabel(Omschrijving)
Values(:_Omschrijving);
ParamByName('_Omschrijving').AsBlob := Memo1.Text;
ExecSQL;
end;
I Work with D2007 Win32 with the lastest updates, Firebird 2.1 and
DbExpress ....
Wath is wrong ??
Thanks for Help ....