Hi,

> -----Urspr�ngliche Nachricht-----
> Von: Hookom, Jacob John [mailto:hookomjj@;uwec.edu]
> Gesendet: Mittwoch, 23. Oktober 2002 22:54
> An: [EMAIL PROTECTED]
> Betreff: Stored Procedures / QueryBySql
> 
> 
> If we want to use stored procedures with OJB for purposes of 
> executing complex selects or inserts, I'm wondering if anyone 
> has done this 

Yes, this has been done successfully. Please scan the email archives for
more details.

> by adapting QueryBySql or done some other 
> mutations to OJB in order to get stored procedures working 
> seamlessly, or even configured via the repository.xml.

In OJB.properties you can tell OJB to use a user defined SqlGenerator that
could generate stored procedures instead of prepared statements.

You will also have to derive your own versions of the JdbcAccess class & co.

cheers,
Thomas

> Best Regards,
> Jacob Hookom
> 

--
To unsubscribe, e-mail:   <mailto:ojb-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:ojb-user-help@;jakarta.apache.org>

Reply via email to