Hi there, you can use LONG BYTE for binary data. To insert/update you have to use prepared queries (INSERT INTO SET PICTURE=? ....). You can fetch these fields like every other blob, i.e. in PHP I use odbc_longreadlen() to fetch my pics.
Stefan -----Urspr�ngliche Nachricht----- Von: Amalraj [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 4. Dezember 2003 13:45 An: [EMAIL PROTECTED] Betreff: Help Needed Hi Gurus, I'm new to MaxDB and I need some help. I need to store some images into MaxDB and retrieve them for displaying to the users. What kind of column data type should I use for this? How do I insert values into this column and retrieve them? Any help would be highly appreciated. Thanks in Advance, Regards, Amal. -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
