Non proprioOriginariamente inviato da piero.mac
varchar ha a disposizione anche lui 65535 Byte ma condivisi tra tutte le colonne varchar, cioe' in una tabella la somma delle occupazioni in byte dei campi varchar e' 65535 byte.
The effective maximum length of a VARCHAR in MySQL 5.0.3 and later is subject to the maximum row size (65,535 bytes, which is shared among all columns) and the character set used.