Write .rtf document from formatted text?

D

Dean Slindee

I have .rtf text stored in a SQL Server column (that got there thru a paste
and an Insert into the table). I would like to retreive that column via a
Dataset in VB.NET and move the entire text string into either Word or
WordPad and write it out unchanged to a .rtf file. Anyone got any sample
code that can do this or know where to find an example?

Thanks,
Dean S
 
S

spm

I don't know about the SQL/VB.Net side, but if you have an rtf string
why would you want to load that into Word of WordPad and have it write
to file? You could simply create a new file and write the string to it.
 

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

Top