hi all,
i need to use castor JDO with stored procedures.
the sample in the doc shows something like this:
oql = db.getOQLQuery( "CALL sp_something($) AS myapp.Product")
The Stored procedure that i have to call is the following:
{? = call func_get_field_data(?,?,?,?,?)
How can i use it with a OQLQuery?
i have some parameters to set...
can anyone give me some hints??
the ? returned is a ResultSet, and all the 5 '?'' used as input parameter are Strings.
hope someone can help me
thanx and regards
marco
-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-dev