Inserting a range into a sql server with html formatting

X

xdelox

Hi!
I'm trying to insert ranges of a word document in a sql server
database.
The destination field a text one.
To do that, I wrote a macro that take paragraphs one to one and place
them, with ADODB objects, in a text field of a table.
The problem is that this field lose the formatting of original
paragraphs and when I retrieve it there's not any end paragraph
character. It's only one paragraph (and tables are lost).
Because the data inserted must be shown in a web page, how could I
preserve the formatting for this (CRLF, font format and tables)?
Thanks in advance!

xdelox
 

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