I need a text field in my MySQL database so I used: hTable.Fields.Add("description", gb.Text) When I look at the database, however, I see not a TEXT field but a TinyInt field! How do I get a text field?? Thanks