Discussion:
Storing image Into Database
(too old to reply)
taniarto jeannica
2009-12-14 03:10:46 UTC
Permalink
Dear All,

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
Shandin
2009-12-14 18:04:14 UTC
Permalink
Hi Taniarto
1. How to store image into database is described in Clarion help:
BLOBs -> Images in
"How to Store and Display a Graphic Image with a Memo or Blob Data
Type"

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.
taniarto jeannica
2009-12-16 02:52:16 UTC
Permalink
Post by Shandin
Hi Taniarto
BLOBs -> Images in
"How to Store and Display a Graphic Image with a Memo or Blob Data
Type"
"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

Loading...