posted 12 years ago
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