Posted By:
frank_liu
Posted On:
Sunday, July 25, 2004 01:34 AM
I want to save some documents and images into MySql.
I create a fuction to pick these files and return byte stream. And to access database, I use the interface - Hibernate, which is a O/R Mapping tool.
But how to save stream into MySql as BLOB type is puzzling me.
Thanks for your response.