Rich Text File

  • Thread starter Thread starter Yelena Ekshtat
  • Start date Start date
Y

Yelena Ekshtat

Hello,

I need to save the contents of the RichTextBox to the
database. How do I do that?
What should be the data type to store rtf data in the sql
server table?

Thank you,
Yelena
 
Hello Jake,

Thank you very much for your reply. Could you please send me a short
example of how you save RFT data to the DBase(sql server).
In msdn help I've found only this:

RichTextBox1.SaveFile("G:\Word\Testdoc.rtf", _
RichTextBoxStreamType.RichNoOleObjs)

I am working on a VB.NET windows application.

Yelena
 
Back
Top