[Lazarus] about TDFB
Graeme Geldenhuys
graemeg.lists at gmail.com
Wed Dec 7 09:02:48 CET 2011
2011/12/6 Ing. Héctor F. Fiandor Rosario:
>
> I am trying to do a program with TDbf for actors´casting and I want to
> include a photo of the actor.
Store the photo as a binary blob (I think DBF supports BLOB fields).
Otherwise base64 encode the image, then store it as a large varchar()
field.
--
Regards,
- Graeme -
_______________________________________________
fpGUI - a cross-platform Free Pascal GUI toolkit
http://fpgui.sourceforge.net
More information about the Lazarus
mailing list