83
Views
2
Comments
Solved
Trouble using searchterms containing special characters
Question

When we use an advanced query the german ringel s (ß) is not recognized.

When we run the equivallent sql-query directly on the database the ß is recognized so we think the problem is indeed in the advanced query. How can we solve this problem?

2020-02-25 16-22-46
Bas Vermeulen
Solution

Indeed you're right. We're running through Toad, I'll check whith Infra which code page is used, thanks.

2020-09-15 13-07-23
Kilian Hekhuis
 
MVP

That seems like a code page problem. You never really run anything "directly on the database", you always go through tools like Management Studio or Toad. I would advise you to try to see what query is actually run on the database, and check with your DBAs what code page the database uses, etc.

2020-02-25 16-22-46
Bas Vermeulen
Solution

Indeed you're right. We're running through Toad, I'll check whith Infra which code page is used, thanks.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.