Re: passing a pre-constructed query into a sql processor

Posted by Erik Bruchez on
URL: https://discuss.orbeon.com/passing-a-pre-constructed-query-into-a-sql-processor-tp3559329p3562319.html

It's not ideal, but you can use XSLT to dynamically build a query. We
do this kind of things here for example:

https://github.com/orbeon/orbeon-forms/blob/master/src/resources/apps/fr/persistence/oracle/crud.xpl

-Erik

On Sun, May 29, 2011 at 11:45 AM, James Liang <[hidden email]> wrote:

> Hi,
>
>
> I have to run a set of sql queries where the select clause is
> identical but everything after the from clause are different.
>
> The difference is more than just a matter of query parameters values.
> For example, some times I need to use a sub query, some time with
> different order by clause, and etc.
>
> Is there a way to pass a pre-constructed sql statement into the sql processor?
>
> For example, something like the following:
>
> <sql:query>
>  <sq:get-query select="/query">
> </sql:query>
>
> Here the <sql:get-query> will get the sql query string from input data.
>
>
> Thanks,
> James
>
>
> --
> You receive this message as a subscriber of the [hidden email] mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
>
>


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws