Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: mysql and binary data

From: fergus4:bellatlantic at: 13-Jan-2009 10:43

I'm trying to upload a binary (image) file to a mysql DB. When I retrieve it the binary data seems to have changed and I can not display the image. I was able to do it with sqlite with no problem. I'm using the medium blob field type for the image data... Any ideas what I might be doing wrong?