Results 1 to 2 of 2

Thread: IBATIS problem with '#' sign

  1. #1
    Join Date
    Jun 2012
    Location
    India
    Posts
    5

    Lightbulb IBATIS problem with '#' sign

    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!

  2. #2
    Join Date
    Jun 2012
    Location
    India
    Posts
    5

    Default

    Hi have got one solution for the time being...

    I am passing the map, that is having the column name, and other values that is having '#' in it. It is working fine. But if there is any other solutions then please let me know...

    Thanking you!

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •