Jump to content

encoding and characterset PHP and SQL Server by odbc


mwanly

Recommended Posts

Hello everyone

 

i have SQL Server database which connected PHP by  odbc_connect  like this :

 

 
<$dsn = "Driver={SQL Native Client};Server=$MyServer;Database=$MyDB; Uid=$MyUser;Pwd=$MyPass;";>
 
<$dsn = "Driver={SQL Server};Server=$MyServer;Database=$MyDB;"; >
 
<$conn = odbc_connect($dsn, $MyUser, $MyPass);>
 
 
my problem is how can i set the character in this connection ??
 
i have data result like this : ?????????
 
please anyone help me  .
 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.