Hi I am able to store a document like a stream into database using BLOB, but I am not able to merge the documents that are in stream format.
Andrew Douglas Pitonyak wrote: > > 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] > > > -- View this message in context: http://www.nabble.com/How-can-I-concatenate-a-stream-word-collection-tf2197851.html#a6208679 Sent from the openoffice - api dev forum at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
