HI
It may help u.
The is also a special form of query that gives a possibility to call stored
procedures:
oql = db.getOQLQuery( "CALL sp_something($) AS myapp.Product" );
Here sp_something is a stored procedure returning one or more
ResultSets with the same sequence of fields as Castor-generated SELECT for
the OQL query "SELECT p FROM myapp.Product p" (for objects without relations
the sequence is: identity, then all other fields in the same order as in
mapping.xml).
-----Original Message-----
From: Igor G. [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, November 19, 2002 7:59 PM
To: [EMAIL PROTECTED]
Subject: [castor-dev] using Castor JDO with stored procedure
Hi,
Does anybody successfully using Castor JDO with stored procedures and oracle
8.1.6 /9i?
I've tried all different options but could not make work even the sample
test
case that comes with castor sources.
Our DBA team is highly against using dynamic SQL from java layer
anbelieveeive
that they have valid reasons for doing that.
Please help.
Igor G.
[EMAIL PROTECTED]
__________________________________________________
Do you Yahoo!?
Yahoo! Web Hosting - Let the expert host your site
http://webhosting.yahoo.com
-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-dev
-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-dev