Nope, fixed that but still dont see the image in the image Area (imgBox).
Please let me know if you think of anything else.
Thanks
Search found 2 matches
- Fri Nov 29, 2013 11:19 am
- Forum: Databases
- Topic: Retrieving BLOB image from MySQL
- Replies: 3
- Views: 4205
- Fri Nov 29, 2013 8:32 am
- Forum: Databases
- Topic: Retrieving BLOB image from MySQL
- Replies: 3
- Views: 4205
Retrieving BLOB image from MySQL
Hi In a MYSQL DB table I have a description and an image. The image is a BLOB. I directly put the image in the DB, the image is a JPG file. In Livecode I have to retrieve the image from the DB and display it in an image Area on the stack. There are no errors in the code and while debugging I can see...