This one time, at band camp, [EMAIL PROTECTED] said:

>       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.

Marco,

Unfortunately, I don't believe there's a way to send parameters to the
CALL interface to Castor's OQL implementation. This is yet another thing
that needs to be changed. Too much work, too little time. 

Bruce
-- 
perl -e 'print unpack("u30","<0G)U8V4\@4VYY9&5R\"F9E<G)E=\$\!F<FEI+F-O;0\`\`");'

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to