JNDI Connection

2007-03-14 Thread Tushar Kherde
com.ibatis.sqlmap.engine.impl.SqlMapClientImpl.queryForList( SqlMapClientImpl.java:78) at com.ibatis.dao.client.template.SqlMapDaoTemplate.queryForList( SqlMapDaoTemplate.java:203) ... 197 more Thanks in Advance -- With regards Tushar Kherde

Re: fetchSize

2007-02-13 Thread Tushar Kherde
have anything to > > do with the total returned records. It has to do with how many > > records it returns at a time. > > > > What you want is: > > > > sqlMapClient.queryForList ("findAllWhatevers", paramObj, skipThisMany, > > getThisMany); > &

Re: fetchSize

2007-02-13 Thread Tushar Kherde
other points still apply. :-) How are you testing to see if it works? Clinton On 2/13/07, Tushar Kherde <[EMAIL PROTECTED]> wrote: > Sorry i am using ojdbc14.jar not jdbc14.jar which is for 10g i think its > recent release. > > > On 2/13/07, Clinton Begin <[EMAIL PROTE

Re: fetchSize

2007-02-13 Thread Tushar Kherde
re rows are needed. The number of rows specified affects only result sets created using this statement. If the value specified is zero, then the hint is ignored. The default value is zero. --- Clinton On 2/13/07, Tushar Kherde <[EMAIL PROTECTED]> wrote: > I tried it with oracle

Re: fetchSize

2007-02-13 Thread Tushar Kherde
PreparedStatement. If you are looking to limit the number of rows you > get > > back from the database then I suggest using queryForList(id, > parmObject, > > skip, max) or placing it in your SQL statement like "select * from foo > where > > rownum<10" in Oracle. &

fetchSize

2007-02-13 Thread Tushar Kherde
Hi All, I want to use fetchsize in my select query. Can I get sample for this. -- With regards Tushar Kherde

Shifting iBATIS 1.0 to iBATIS 2.2

2007-02-09 Thread Tushar Kherde
Hi All, Currently I am using iBATIS 1.0 in my system and i want to upgrade it to iBATIS 2.2. Can anybody tell me where i will get the change log between these two versions. And what will be the impact of this change. -- With regards Tushar Kherde