Please tell me how to stored an image into a field of table, I'm using
Ms.SQL Server for the database. I try many ways such like example of
inventory on Clarion example but it's only show me to store the
address of image and i want to do right know is storing the image and
showing the image whether needed...
Thank's
Joe
2. There is also "new" function:
"FILETOBLOB (Copy data from a file to a BLOB field)"
and BLOBTOFILE ...
3. There are free classes and template made by Larry Sand, which
offers aditional transformation of image. Visit his site:
http://www.clarionfreeimage.com/
Best wishes. Zoran.
thanks