I'm working with MySQL and I want to store some image data in my database and then read and show it in a table using BLOB & CLOB.
But I don't have any special background about this subject. I searched in the internet and found some sample codes but they were not exactly what I wanted...
Could you please send me some source codes related to this task?
I would be very grateful if you do, :p Maryam [ October 31, 2006: Message edited by: Bear Bibeault ]
You could check out this link from Oracle: Oracle on LOB
Don't get overwhelmed by the length of the code, it could be used as a reference. Wee bit too comprehensive but you can dig into it and find exactly what you need.