I know this question was asked before I checked all other questions
Save Data in Arabic in MySQL database
and done what they told to do
I have change collation to utf8_general_ci and changed charset to utf8
ALTER DATABASE MyDB CHARACTER SET utf8 COLLATE utf8_general_ci;
ALTER TABLE MyTable CHARACTER SET utf8 COLLATE utf8_general_ci;
yet still get ????
I changed SP parameters to nvarchar and still ????
does one know what am I doing wrong here??