----- Original Message ----- From: "Pahlevanzadeh Mohsen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 08, 2004 6:59 PM Subject: varchar or ........
> Dears,I'm going to create a field what it not limited > to a specefy size. > Please guide me.... > Have you tried searching the manual? http://dev.mysql.com/doc/mysql/en/Column_types.html lists all the different datatypes supported by MySQL. One of them will likely meet your needs. You haven't specified what kind of data you want to store in this field so it is hard to guide you any further. I assume you DO NOT mean that the column will have no limit *at all* on the size of the data; I've never heard of any database that would allow a column to have *infinite* capacity. However, you can give a column a very large capacity without necessarily using up all of the capacity. For instance, a LONGBLOB or LONGTEXT column can hold up to 4GB of data per row but you can store much less in the field if your value is smaller. Rhino -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]