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
 
Back
Top