Hi,
muss ich da noch etwas beachten? Folgender Code wirft eine
Exception:
Delphi-Quellcode:
if main.Image3 <> nil then
begin
s := TMemoryStream.Create;
main.Image3.Picture.Graphic.SaveToStream(s);
ContactsQuery.ParamByName('P33').LoadFromStream(s, TBlobType(0));
end;
ContactsQuery.ExecSQL;
Viele Grüße ...
// Edit: Gespeichert wird ein JPEG. Muss ich das erst umwandeln?