Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. kaiberlin

    nvarchar should show chinese and russian chars

    I finally did it with ADODB. There you can change the Codepage for the connection: $dsn = "DRIVER={SQL Server};SERVER=$dbhostname;DATABASE=$dbname;UID=$dbuser;PWD=$dbpassword"; $conn = new COM("ADODB.Connection",NULL,CP_UTF8) or die("Cannot start ADO"); Thank you,jpadie, for your help, Kai
  2. kaiberlin

    nvarchar should show chinese and russian chars

    It is Latin1_General (Windows Collaction)
  3. kaiberlin

    nvarchar should show chinese and russian chars

    Thanks for this hint. But it has no effect. Kai
  4. kaiberlin

    nvarchar should show chinese and russian chars

    Ich have a MSSQL table with a NVARCHAR field. There are values from different languages: I just want to see these values in my browser. I chose UTF-8 as charste:<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> I tried direct access by php: $msconnect =...

Part and Inventory Search

Back
Top