Hi All,
I am new to this community. In one requirement I'm using IBATIS first time. In one query I have to search one string that is having '#' in it. For Example "TYBX#".
SELECT * FROM test WHERE to_code = 'TYBX#';
When I put the above query and start the server the IBATIS starts showing errors....!
My other problem is some tables column names are having '#' sign in it. So again it is showing errors on console.
Please please help...!
Thanking you in advance!


,
Reply With Quote
