On Tue, Jul 13, 2010 at 5:52 PM, Shrinivasan T <[email protected]> wrote: > Friends. > > I have a mysql database. > In a table, there is a blob field. > In that blob field, there is a html file. > > That content is rendered in a page. > > I want to change the content of that html file in the blob filed. > > How to extract the html file from blob field? >
You can only do it with a perl DBI interface. Not with sqlite3> sql commands by hand. -Girish -- Gayatri Hitech web: http://gayatri-hitech.com SpamCheetah Spam filter: http://spam-cheetah.com _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
