• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

so urgent.. ibatis query retrival issue

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
I have an issue on query generate & result retrival using ibatis.

For example.,

select ID, POLICY_NO, PERIOD_START_DATE, PERIOD_END_DATE, EFFECTIVE_DATE, TERMINATION_DATE, OWNER, AGENT_CODE, SVC_STAFF, SVC_STAFF_NAME, MKT_STAFF, MKT_STAFF_NAME, CONTACT, CREATE_TIME, UPDATE_TIME, POLICY_HOLDER_ID from POLICY where ( AGENT_CODE = ? )

This above query has generated by ibatis. it retrieve 24 records from database.

if i try same query in pl/sql developer tools. it gives 25 record

can you please anyone tell me what is the issue why it retrieve 24 records in application side and it retrieve 25 records in database.

please help me on this issue, it is so urgent

Thanks
Regards
Kandhan

 
Rototillers convert rich soil into dirt. Please note that this tiny ad is not a rototiller:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic