When am going to make an update into my data base from hosted application online .. i got into whole cells of updated Row .. Question marks ‘???’ .. is that conflict with language .. cauz i write into Arabic and update also into Arabic . but if i Wrote into English Update Success .. and for notice . inserting by Arabic or English is Successful .. but only into Updating English Success and Arabic Alphabetic converts to ‘?????’ questionmarks and iam using .. SQL Server 2008 of Microsoft Visual Studio 2010
Share
To preserve caracter encoding in your oracle or MSSQL database, use a ‘N’ in front of your text values:
🙂