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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top