Re: Retrieve stored proc return code

2007-05-21 Thread BenBaril
bits in "iBatis in >> Action", but haven't found a solution yet. >> >> Does the stored procedure have to be created in a certain way to allow me >> to grab a hold of the status code? >> >> Help greatly appreciated, >> Mike >> >> >

Re: Retrieve stored proc return code

2007-05-19 Thread BenBaril
mation Technology > Web Technology Group > 100 Plaza Drive > Secaucus, NJ 07094 > Ph : (201) 974-6785 > Fax: (201) 974-6001 > > > > >

Retrieve stored proc return code

2007-05-18 Thread BenBaril
Hi All, I know this issue has come up before, but I'm curious if there is a solution. I am in the process of evaluating iBatis (and we have pretty much decided on it) as the sql mapper for our IT-Revitalization project. We have over 1000 Stored Procedures in a Sybase database. So far we have gott

Re: QueryForList : How does maxRows work?

2007-05-14 Thread BenBaril
en a self-optimizing one > that you won't want to mess with. > > However, if you want to test it out with or without it, you can just add > it > as an attribute to or whatever value makes > sense > to your situation. > > Clinton > > On 5/13/07, BenBaril <

Re: QueryForList : How does maxRows work?

2007-05-13 Thread BenBaril
et has already been built. >> >> The only applicable performance factor that you have control of outside >> of >> the proc is the fetch size, the size of the batches of rows that are >> returned at a time. And even that is only a driver "hint". iBATIS &

Re: QueryForList : How does maxRows work?

2007-05-10 Thread BenBaril
pose we're well past that now. If you > think > it will improve performance for you, we can probably add it. If so, > please > open a JIRA ticket for it. > > Clinton > > On 5/10/07, BenBaril <[EMAIL PROTECTED]> wrote: >> >> >> I'm won

QueryForList : How does maxRows work?

2007-05-10 Thread BenBaril
I'm wondering on how the implementation of maxRows works when calling queryForList. Does it execute a stmt.setMaxRows(maxRows); or does it receive all the rows from the database, parse then trim? Thanks, Benjamin Baril -- View this message in context: http://www.nabble.com/QueryForList-%3A-How-