Re: store file in MySQL database

2004-04-30 Thread Egor Egorov
"joe collins" <[EMAIL PROTECTED]> wrote: > I want to store a .txt file in a table in a MySQL database, typically what > is the best type of data type/ column to use for this. The .txt will not > exceed 100K. You need MEDIUMTEXT/MEDIUMBLOB column types: http://dev.mysql.com/doc/mysql/en/BLO

store file in MySQL database

2004-04-29 Thread joe collins
Hi, I want to store a .txt file in a table in a MySQL database, typically what is the best type of data type/ column to use for this. The .txt will not exceed 100K. Thanks Joe -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.c