In mysql tables, I can write to columns of tables with varchar, int etc etc datatypes, however text datatype columns I am not able to write.

you mean from some admin gui? just use sql...

insert into table_name
text_field
values
'lots of text'

etc


-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to