On Thursday 06 November 2008 18:59:29 Sebastian Gutierrez wrote:
> Dou you have any example? Can I call directly to querys without the
> templates???
func_odbc.conf:
[EXEC]
read=${ARG1}
write=${ARG1}
dsn=something
extensions.conf:
exten => 123,1,Set(result=${ODBC_EXEC(SELECT foo FROM bar)})
--
Tilghman