MySQL Forums
Forum List  »  InnoDB

vb.NET RTB rtf
Posted by: Subu Mysore
Date: December 27, 2008 03:33AM

Hello,
I am saving the text in a Rich Text Box(vb.net) into the DB. It saves fine..(Datatype--long text). The text has modified appropriately in the DB.
But, when I try to retrieve it, it says, invalid format or cannot convert to integer or some vague errors...Please help

Here is the Text

RE: MANUELA 0DE LA HOYA
DOB: 07-16-1927

Dear Dr. :

Thank you for your kind referral of Ms. MANUELA 0DE LA HOYA, who is 81 of age. PAST MEDICAL HISTORY: n/a


Here is the code
Me.rtb_Letter.Text = myDataReader.GetString("CONTENT")
Dim xx As String = myDataReader.GetString("CONTENT")
Me.rtb_Letter.Rtf = xx

Options: ReplyQuote


Subject
Views
Written By
Posted
vb.NET RTB rtf
2479
December 27, 2008 03:33AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.