Guest_imported
New member
- Jan 1, 1970
- 0
I have used ODBC to link my datbases in delphi. I can get the field wich has a picture...it's a Tblob. But when I want to insert it in a database then it says Tpicture <> TBlob Ho to solve that?
//FormBeheer.DBImage1.Picture:= FormSt.Image1.picture;
//FormBeheer.Table1Pasfoto. := FormBeheer.DBImage1;
//FormBeheer.Table1.InsertRecord([Editnaam.text,'s','s','s','s','s','s',FormSt.Image1.picture]);
//FormBeheer.Table1Pasfoto := FormSt.Image1.picture;
//FormBeheer.DBImage1.Picture:= FormSt.Image1.picture;
//FormBeheer.Table1Pasfoto. := FormBeheer.DBImage1;
//FormBeheer.Table1.InsertRecord([Editnaam.text,'s','s','s','s','s','s',FormSt.Image1.picture]);
//FormBeheer.Table1Pasfoto := FormSt.Image1.picture;