aloizio wrote:

Hi

My goal is to store the merged document on a database as a byteArray. I am
not being able to do this. Then I am trying to stored the merged document on
disk and after moving it to the database.

Do you know where I can find one example about this?

In my current code I want to read a lot of word document from database as an
InputStream array, but I   am not being able to merge them into another
document

In AndrewBase.odt, I have an example that opens a document, creates a byte array, and dumps that into a database. I attempted to stream the data into the database, but streaming did not work. I had to obtain a byte array from the stream and then store that into the database.

--
Andrew Pitonyak
My Macro Document: http://www.pitonyak.org/AndrewMacro.odt
My Book: http://www.hentzenwerke.com/catalog/oome.htm
Info:  http://www.pitonyak.org/oo.php
See Also: http://documentation.openoffice.org/HOW_TO/index.html

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to