Cor Nouws wrote:

Tobe more complete :

the inputstream who is retrived from a database field and is the start of the makeseekable procedure "must" be bild with the "pipe" construction, not retrieved "as a stream"

Fieldstream = oRowset.Columns(nc).getbinarystream(1) is NOT working

 oPipe = createUNOService ("com.sun.star.io.Pipe")
oTextOutputStream = createUNOService ("com.sun.star.io.TextOutputStream")
oTextOutputStream.setOutputStream(oPipe)
oTextOutputStream.writeString(oRowset.Columns(nc).String)

opipe  is a usable stream

fustrating to understand, but it works :-)

please let me now where and when i can find your knowlegdebase

greetz

Fernand


Fernand Vanrie wrote (22-10-2008 17:11)
OK found it myself :-)

found a solution on the forum <http://www.oooforum.org/forum/viewtopic.phtml?t=43637>
thanks anyway

Thanks for letting it know. Might turn out to be a useful addition to my knowlegdebase in the future ;)



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

Reply via email to