Hi, varchar is for 255 characters maximum. Use longvarchar to store larger strings. I just learned this myself recently...
> -----Ursprungliche Nachricht----- > Von: Raffaele Ragni [mailto:[EMAIL PROTECTED]] > Gesendet: Freitag, 21. Februar 2003 13:12 > An: [EMAIL PROTECTED] > Betreff: I: TEXT type for columns > > > Hi all, > i have a question: when writing a database schema, there isn't a TEXT > type for columns. There is some synonimous for it? Or should I set it to > VARCHAR(65535)? (mostly I use mysql, but I don't know if that type is > 'universal') > > - Raffaele Ragni > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
