Please tell me how to save and show Richtextbox's data in database and retrive it in saved format and which datatype should be used to save that data. i am using vb.net and MY SQL
how to save and retrive... ? should i use richtextbox1.rtf ?
Rajesh Rolen- DotNet Developer
2010-06-16 07:41:11
here there is an example on how to insert an image, just adapt to save the rtf: http://forums.mysql.com/read.php?38,6172,15703
2010-06-16 08:17:34
+2
A:
if your data contains image/icons or some special symbols then its better to go for BLOB otherwise you can go with varchar datatype.
Ashok Bishnoi
2010-07-03 03:51:18