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

--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to