Save RTF to SQL Server 2000

  • Thread starter Thread starter Kevin L
  • Start date Start date
K

Kevin L

I have a RTF control in my application. Is there a way to save formatted
text from this control to SQL Server and retrieve it while preserving the
format of the text?


Thank you
 
save the richtextbox .rtf value and not the .text value, and when you want
to set the value from the db to the richtextbox, just set .rtf value

Hope this helps

Greetz Peter
 
Thanks Peter, I didn't see that.





Peter Proost said:
save the richtextbox .rtf value and not the .text value, and when you want
to set the value from the db to the richtextbox, just set .rtf value

Hope this helps

Greetz Peter
 

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