Yves Vindevogel wrote:

...

Second problem I have is how to declare the connection to use
The link is something like this myreport.xsp?dbase=thisDatabase
My connection is then thisDatabase where for another client that name is different. I was able to do that in XSP, because the connection is declared there, but in my transformer it's declared in the sitemap.

Have you tried this?

<map:transform type="sql">
        <map:parameter
                name="use-connection"
                value="{request-param:thisDatabase}" />
        ...
</map:transform>


...


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

Reply via email to