Board index » delphi » Inserting JPEG Image on a DataSet using Table.AppendRecord
Adelino Roch
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Inserting JPEG Image on a DataSet using Table.AppendRecord
I'm trying to insert a record on a DataSet (table) using Append DBFotoBlob.SetFieldType(ftGraphic); where "ImgFile" is image file name (BMP on this case), "DBFotoBlob" is After that, I use Append in which I include "DBFotoBlob" for Blob Medis_DataMod.TBBeneficiarios.AppendRecord([TxtNumBenef.Text, I would be gratefull if someone could tell me if this is the way to do Thank you. |