Hello All,
I need to store binary (tar.gz) files in MySQL database. Can someone pls help with the syntax for Table creation & one insert command.
Deep appreciation & Thx in advance.
regards, Rich
_________________________________________________________________ Tired of spam? Get advanced junk mail protection with MSN 8. http://join.msn.com/?page=features/junkmail
Look for blob data field (I assume you are pretty aware of DB in general) http://www.mysql.com/doc/en/BLOB.html
Rest is avalible in mysql website doc section
Regards
richard forester wrote:
Hello All,
I need to store binary (tar.gz) files in MySQL database. Can someone pls help with the syntax for Table creation & one insert command.