Is it possible to update a field using SQL with the contents of a text file
previoously written to disk?

I want to update a mediumtext field with the contents of c:\data\mytext.txt
file.

update mytable set mymediumtext= filecontents where id=number... ?

Alan



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to