Hello everyone,

I am trying to create a mysql table to hold either the entire contents
of text or WordPerfect files.  I've read about BLOB or TEXT type columns
so I've tried creating a table such as:

CREATE TABLE filetest(fileid int(5) not null, file BLOB null);

I 've created the table and have used LOAD DATA in order to populate the
database however I get numerous errors.  Can someone shed some light as
to how to do this correctly?  What would be the proper query to retrieve
this file out of mysql?

Thanks!

Don


---------------------------------------------------------------------
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