MySQL Forums
Forum List  »  MySQL Administrator

varchar with a length of 350 - seems to work?
Posted by: george gallen
Date: April 19, 2010 09:33AM

I used the MySQL administrator to setup a table, with a field setup as varchar(350). It didn't give me any errors when I set it up, and used the MySQL Browser to import a data file into that table, which didn't give back any error's either.

I'm not sure if there were any import data fields > 255 in length, but...

Is the length of that field really 255, even though the description of it is set to be varchar(350)? or was it converted to a blob internally?

This is on a windows platform.

Options: ReplyQuote


Subject
Written By
Posted
varchar with a length of 350 - seems to work?
April 19, 2010 09:33AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.