in reply to perl odbc mssql encoding problem

Hi. What all DBD did you install and sis you compile wirh unicode support?https://github.com/mjegh/dbd_odbc_sql_server_unicode/blob/master/common_problems.pod and other docs. also you got some not cgi101 stuff in there

Replies are listed 'Best First'.
Re^2: perl odbc mssql encoding problem
by ori smaug (Novice) on Nov 11, 2019 at 11:41 UTC
    Hi, Thanks for the reply. i have installed DBD::ODBC from CPAN.
        SOLVED
        Hi All.
        Reinstalled DBD:ODBC using "perl Makefile.PL -u", and problem solved!
        Thanks for the help.
        Hi, thanks for the clarification, i will try and update ASAP.