osql and 'ç' 'é' and so on....

  • Hello,

    With isqlw,osql and the profiler i can see

    the sql script with characters like 'ç' or 'é' are not the same between isqlw and osql

    With osql for example

    set @jour=(case when @@language='Français' then 'lundi' else 'Monday' end)

    becomes

    set @jour=(case when @@language='Franþais' then 'lundi' else 'Monday' end)

    With isqlw 'ç' is still a 'ç' in the profiler

    If someone has a solution.....

    Thanks

  • No solution I know of. Has to be a design piece in the two codes that one supports it properly and the other does not.

    "Don't roll your eyes at me. I will tape them in place." (Teacher on Boston Public)

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply