i have this question about mysql data in a table... how can i insert an html text with tags, text, etc in a mysql table?
What datatype do i need to store something like that and what do i need to encode or whatever i need to perform the insert?
I'm using c# 4.0 and mysql connector 6.3.6
Thanks!