Re: mysql: Image in a table

Imran Geriskovan (imrana@doruk.com.tr)
Fri, 24 Jul 98 11:34:21


Selam,

Asagida birisi MySQL de resim tutabilirmiyim diyo otekide olur diyor.
Postgres nasil?

Tesekkurler........Imran

> Hi!!!!
> Is it possible to have a table with a column with an image?
> How can I do that?
> Thanks in advance
> Cristina
> -----------------------------------------------------------
> Send a mail to mdomo@tcx.se with
> unsubscribe mysql your@subscription.address
> in the body of the message to unsubscribe from this list.

You'll have to define the field as BLOB (Binary Large Object), this will
allow data to be stored in this column of any binary format, including
images, sounds video or whatever.

Getting the binary data into the table is another stiry altogether
though.

Thanks,

--
Aaron Newsome
aaron.d.newsome@wdc.com

----------------------------------------------------------- Send a mail to mdomo@tcx.se with unsubscribe mysql your@subscription.address in the body of the message to unsubscribe from this list.