After some tests, the values wore inserted as ???????? instead of real کوردستان
Here is a simple solution
1. Change the fields in your table from varchar -> nvarchar, text -> ntext
2. Modify in properties for the column / Table designer / Collation -> Arabic
3. Add N next to all your SQL parameters as:
Exec spSendKurdishText "& intRandomNr & ", N'" & strKurdishString &"'
it looks like N'" or something but it is not, just add N to your parameter and since your parameter is string you obviously need '"
Inga kommentarer:
Skicka en kommentar