I use a postgres database and try to make a query with a (PLPG) SQL
function in OOo Base. This query needs two parameters: begin_date and
end_date.
SELECT * FROM f_termine_report( '{1010131}', :begin_date, :end_date
,true, true, true, true)
try this
CALL f_termine_report( '{1010131}', :begin_date, :end_date ,true,
true, true, true)
woops - sorry Daniel,
I don't need to wait for a response I realize that's just a wrong
suggestion.
Drew
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]