mm/dd/yy format issue (urgent)

2009-10-07 Thread HelpMePlz
Hi all, in my ibatis query , ihave to use both mm/dd/ and mm/dd/yy . can you please tell me how can we do that. i have one question right now in my ibatis query i am using mm/dd/ format if i have given date in that format like 02/03/2009 i am getting results , if i changed the date for

like issue plz help me

2009-09-23 Thread HelpMePlz
Hi to all, select * from Someone where name like 'a%' this is in oracel if i run this query i am getting only 3 records for this query in ibatis Select * from someone where UPPER(NAME) LIKE '%' || UPPER(#name#)||'%' if i run this query i am getting all the result

Re: <= issues

2009-08-27 Thread HelpMePlz
HelpMePlz wrote: > > hi to all > > i want one help in my requirement in ibatis query i have to use <= but is > showing error my same code like this > > TO_DATE(NnsManageGroupsPickerV.CREATION_DATE, > 'MM/DD/') >

<= issues

2009-08-27 Thread HelpMePlz
hi to all i want one help in my requirement in ibatis query i have to use <= but is showing error my same code like this TO_DATE(NnsManageGroupsPickerV.CREATION_DATE, 'MM/DD/') >= TO_DATE(#createFromDt#,'MM/DD/')

list returning empty array

2008-05-05 Thread HelpMePlz
Hi to All public List getBookDetails() { BooksActionForm form = new BooksActionForm(); System.out.print("the ibatis program1 "); List list = new ArrayList(); try {

Attribute "type" must be declared for element type "selectKey".

2008-05-01 Thread HelpMePlz
Hi to All i am getting this error Attribute "type" must be declared for element type "selectKey". my sqlMap .xml code is SELECT ADMINTEST.NEXTVAL AS bookid FROM DUAL insert into IBATISADMINTEST (BOOKID,BOOKNAME , AUTHORNAME , AVAILABLEBOOKS,PUBLISHER,CATEGORY) values(#bookid#,#b

how can we send formbean bookid value to update statement

2008-04-28 Thread HelpMePlz
Hi to All public void updateInfo(IbatisBooksForm form) { int i = 0; try { int bookid=form.getPrimaryKey(); HashMap map = new HashMap();

how can send hashmap values to the

2008-04-25 Thread HelpMePlz
public IbatisBooksForm retriveBookDetails(IbatisBooksForm form1) { IbatisBooksForm form2 =new IbatisBooksForm(); int bookid=form1.getPrimaryKey();