how can i delete a thread created by me on this forum.

2008-02-19 Thread Yuvraj Shinde
Hi all, Can any body please tell me? How I can delete a Thread / Edit a Thread from ibatis forum. Regards yuvraj From: Yuvraj Shinde [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 20, 2008 12:01 PM To: user-java@ibatis.apache.org Subject: how

how can i delete a thread created by me on this forum.

2008-02-19 Thread Yuvraj Shinde

RE: iBATIS QUERRY TAKE LONG TIME AS COMAPARED TO NORMAL JDBC

2008-01-31 Thread Yuvraj Shinde
s on them? > > > > Cheers, > > Clinton > > > > > > From: Yuvraj Shinde [mailto:[EMAIL PROTECTED] > Sent: January-30-08 11:01 PM > > To: user-java@ibatis.apache.org > Subject: iBATIS QUERRY TAKE LONG TIME AS COMAPARED TO NORMAL JDBC > > > &g

iBATIS QUERRY TAKE LONG TIME AS COMAPARED TO NORMAL JDBC

2008-01-29 Thread Yuvraj Shinde
HI ALL, I WANT TO KNOW HOW TO IMPROVE THE PERFORMANCE OF SELECT QUEERY WHICH HAS HUGE DATA.CAN SOME BODY PROVIDE ME SOLUTION REGARDS YUVRAJS

RE: Issue: CLOB datatype used with iBATIS

2008-01-04 Thread Yuvraj Shinde
] Unitech Business Park, Block F, Sector 41, South City 1, Gurgaon - 122001, Haryana, Delhi, India P Please don't print this e-mail unless you really need to. www.rbs.com From: Yuvraj Shinde [mailto:[EMAIL PROTECTED] Sent: 04 January 2008 18:24 To:

RE: Issue: CLOB datatype used with iBATIS

2008-01-04 Thread Yuvraj Shinde
hi manish, use ClobTypeHandlerCallback in your resultmap of Sql file.it will resolve your issue. Regards Yuvraj Shinde * Senior Software Engineer - Zainet* SunGard * Offshore Services * Pride Portal,CTS No 103A/5A/1A/1B Bhamburda,Senapati Bapat Road, shivajinagar,Pune 411016 Tel

Problem with date format.

2007-11-29 Thread Yuvraj Shinde
Hi all, I am using dd/MM/yy date format in search querry for searching a data. For Eg Select * from cust where cust_date = 30/11/07 it is giving me following exception [Oracle JDBC Driver][Oracle]ORA-01843: not a valid month. How to set or change the date format in Ibatis.

RE: iBatis rollback issue

2007-10-11 Thread Yuvraj Shinde
4:23 PM To: Yuvraj Shinde Subject: iBatis rollback issue hi yuvi, I am getting the same problem of rollback in iBatis as you have got .Please let me know how to handle rollback in iBatis. Thanks and regards Nikheel Ranjan software associate Zensar Technologies Ltd. Pune

RE: insert always returning null (urgent )

2007-09-21 Thread Yuvraj Shinde
IS-SqlMaps-2_en.pdf. If you have questions after you read it. Please feel free to post here and ask. Thanks, Brandon Goodin On 9/21/07, Yuvraj Shinde <[EMAIL PROTECTED]> wrote: How to use a selectKey In insert ? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] ] On

RE: insert always returning null (urgent )

2007-09-21 Thread Yuvraj Shinde
return the inserted object, it returns the result of your selectKey element. If you don't use a selectKey element, insert will return null. Larry On 9/21/07, Yuvraj Shinde <[EMAIL PROTECTED]> wrote: > > > > > Hi all > > > > I am using insert query. it is alw

RE: insert always returning null (urgent )

2007-09-21 Thread Yuvraj Shinde
I am using oracle database . how I get the result object.please help. -Original Message- From: Yuvraj Shinde Sent: Friday, September 21, 2007 9:40 PM To: 'user-java@ibatis.apache.org'; '[EMAIL PROTECTED]' Subject: RE: insert always returning null (urgent ) How t

insert always returning null (urgent )

2007-09-21 Thread Yuvraj Shinde
#, #limnameFilter:VARCHAR#, #limnameFiltera:VARCHAR#, #limnameFilterb:VARCHAR#, #limnameFilterc:VARCHAR#, #limnameRunview:CHAR#) Regards Yuvraj Yuvraj Shinde * Senior Software Engineer - Zainet* SunGard * Offshore Services * Pride Portal,CTS No 103A/5A/1A/1B Bhamburda,Senapati Bapat

RE: how to execute a complete dynamic querry in ibatis(urgent)

2007-09-12 Thread Yuvraj Shinde
select tag. ____ From: Yuvraj Shinde [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 12, 2007 11:14 AM To: user-java@ibatis.apache.org Cc: Yuvraj Shinde Subject: how to execute a complete dynamic querry in ibatis(urgent) Hi all,

RE: how to execute a complete dynamic querry in ibatis(urgent)

2007-09-12 Thread Yuvraj Shinde
r+uncommon+parameters I'd better get to work now, before my work will be offshored to you. Niels ____ From: Yuvraj Shinde [mailto:[EMAIL PROTECTED] Sent: woensdag 12 september 2007 11:14 To: user-java@ibatis.apache.org Cc: Yuvraj Shinde Subject: how to exe

how to execute a complete dynamic querry in ibatis(urgent)

2007-09-12 Thread Yuvraj Shinde
le ie bank because of prepared statemant. Regards* Yuvraj Yuvraj Shinde * Senior Software Engineer - Zainet* SunGard * Offshore Services * Pride Portal,CTS No 103A/5A/1A/1B Bhamburda,Senapati Bapat Road, shivajinagar,Pune 411

RE: Complex dynamic-SQL problems

2007-09-05 Thread Yuvraj Shinde
I have simple search query.but in result DTO I get two values null . From: Jonathan Alvarsson [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 05, 2007 8:14 PM To: user-java@ibatis.apache.org Subject: Re: Complex dynamic-SQL problems Yea that's wha

RE: iBatis Select Query

2007-09-05 Thread Yuvraj Shinde
Hi Nathen, Every thing is proper,but only thig is a am aaccessing data from view.thats why I am not getting any data for particular columns. Regards From: Nathan Maves [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 05, 2007 7:00 PM To: user-j

urgent:- Problem with view.

2007-09-05 Thread Yuvraj Shinde
Hi all, I am loading data from view. I am getting value of two columns null. When I am running same query on SQL console it is fetching the all the column correctly. Can somebody please tell me what would be the reason? Regards yuvrajs

RE: table attribute in Abator

2007-08-28 Thread Yuvraj Shinde
It is mandatory to mention the name of table.atleast one table. -Original Message- From: maomaode [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 28, 2007 3:12 PM To: user-java@ibatis.apache.org Subject: Re: table attribute in Abator Oh, Sorry, I did not make myself clear, What I mean i

RE: table attribute in Abator

2007-08-28 Thread Yuvraj Shinde
Yes you can add all the names of table. Use multiple table tag. -Original Message- From: maomaode [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 28, 2007 2:44 PM To: user-java@ibatis.apache.org Subject: table attribute in Abator Hi, The document said that "At least one database || elem

RE: Question about Abator

2007-08-24 Thread Yuvraj Shinde
I think, You cannot customize the abator.xml.you have to manually do it your self. Regards yuvraj -Original Message- From: NehaP [mailto:[EMAIL PROTECTED] Sent: Friday, August 24, 2007 6:17 PM To: user-java@ibatis.apache.org Subject: Question about Abator Hi, I wasnt able to find a

RE: abatorConfig

2007-04-18 Thread Yuvraj Shinde
Following is required XML file. http://ibatis.apache.org/dtd/abator-config_1_0.dtd";> __

RE: ibatis, XML and special characters

2007-03-11 Thread Yuvraj Shinde
You can use CDATA tag. From: Ashish Kulkarni [mailto:[EMAIL PROTECTED] Sent: Monday, March 12, 2007 5:47 AM To: user-java@ibatis.apache.org Subject: ibatis, XML and special characters Hi I am using ibatis to run a SQL statement which returns a XML as outpu

simple delete not working in ibatis.

2007-01-30 Thread Yuvraj Shinde
A simple delete is not working in ibatis.i am opening a new session and deleting the record but still it is not working.do you have any idea.all ibatis configuration is properly handled.

RE: Autocommit not properly handled in Ibatis.

2007-01-19 Thread Yuvraj Shinde
Hi Giovanni Cuccu, It is working now I have saved the reference and it is working now. Thanks a lot. Regards yuvrajs Thanks you sir It is working with saved session I'm not expert of iBatis code but there some chances that you are using different sessions for your operation, this would ex

RE: Autocommit not properly handled in Ibatis.

2007-01-19 Thread Yuvraj Shinde
catch (SQLException e) > { > throw new RuntimeException("Error while > Excecuting Batch" + e); > > } > } > > } > > > > > > > > Regards > yuvra

RE: Autocommit not properly handled in Ibatis.

2007-01-19 Thread Yuvraj Shinde
I am using Oracle 9 database. From: Koka Kiknadze [mailto:[EMAIL PROTECTED] Sent: Friday, January 19, 2007 4:35 PM To: user-java@ibatis.apache.org Subject: Re: Autocommit not properly handled in Ibatis. Your code is fine and it should work. Problem is else

RE: Autocommit not properly handled in Ibatis.

2007-01-19 Thread Yuvraj Shinde
You should put a rollback instruction in the catch section. Daniele Yuvraj Shinde wrote: > > public void saveAllRecords( String id, List recordList ) > { > try > { > getSession().startTransaction(); >

RE: Autocommit not properly handled in Ibatis.

2007-01-19 Thread Yuvraj Shinde
3) You'll need to post your code so we can see what it's doing. Are you calling startTransaction()? Are you using setUserConnection? Or openSession(conn)? I'm sure with the right information we can resolve this for you easily. Clinton On 1/18/07, Yuvraj Shinde <[EMAIL PROTEC

Autocommit not properly handled in Ibatis.

2007-01-18 Thread Yuvraj Shinde
that it will take value from "Auto commit" property of SqlMapConfig.xml. Please correct me if I am wrong.please send me a solution. Regards Yuvrajs Yuvraj Shinde * Senior Software Engineer - Zainet* SunGard * Offshore Services * Pride Portal,CTS No 103A/5A/1A/1B

RE: Sybase - IBatis Null Pointer Error

2007-01-18 Thread Yuvraj Shinde
Hi all, Please help me how to rollback transaction in ibatis. Even though AutoCommit value is set to false. Rollback of Transaction is not working. I found one Issue in GeneralStatement.java. On line 52 request.getSession().setCommitRequired(true); Here Autocommit is