Is there a way to pass parameters to a Select request ?
I tried several thing without success...
<databaseconnection="jdbc:odbc:Driver={Microsoft Access Driver (*.mdb, *.accdb)};DBQ=C:/ajeter.accdb"jdbcclass="sun.jdbc.odbc.JdbcOdbcDriver"><template>
SELECT Count(Sal.CheSem) AS nb
FROM Sal
GROUP BY Right([dule],4), Sal.CheSem
HAVING (((Right([dule],4)) like "<db-paramtype="text"><varname='p1'/></db-param>") AND (Sal.ChenuSem like "<db-paramtype="text"><varname='p2'/></db-param>"));
</template></database>
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hello
Still with the 2.0 version for the moment...
Is there a way to pass parameters to a Select request ?
I tried several thing without success...
<template>........HAVING (((Right([dule],4)) like "${p1}")........ </template>
ok Thank you,
Now an other one with the Update syntax I don't find the syntax to pass the
value as parameter AND specify the ID in the where clause.