PDA

View Full Version : how to store image or music files to blob field of database



Askar
11th September 2009, 06:10
Dear Friends,
I wondered if got solution for my query, for my current project i am trying to store image and music files into blob field of database tables. How can i convert source file to binary file and store it into the blob field of database tables. If i got some sample code it will be very useful for me.
Thanks in advance,


Askar......

AcerExtensa
14th September 2009, 08:48
the best way to store something binary in DB is to convert bin data to base64. IMHO