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