Re: Column's DataType -- TEXT vs BLOB...

2004-06-11 Thread Egor Egorov
Scott Fletcher [EMAIL PROTECTED] wrote: I also have another table that use 4 columns of 800 characters along with 5 columns that use 250 characters. I'm thinking of using TEXT for 9 of those columns. If you don't plan to store pure binary data in these fields, choose the TEXT type. --

Column's DataType -- TEXT vs BLOB...

2004-06-10 Thread Scott Fletcher
I'mwrestling over deciding on which data type to go with, TEXT or BLOB. I have one table with one column of400 characters, I was thinking that TEXT may be the way to go for that one. I also have another table that use 4 columns of 800 characters along with 5 columns that use 250

Re: Column's DataType -- TEXT vs BLOB...

2004-06-10 Thread Matt W
. Hope that helps. Matt - Original Message - From: Scott Fletcher Sent: Thursday, June 10, 2004 2:47 PM Subject: Column's DataType -- TEXT vs BLOB... I'm wrestling over deciding on which data type to go with, TEXT or BLOB. I have one table with one column of 400 characters, I