Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am developing an application in android that send data by get method to aspx pag for saving in database. if string is not arabic send is ok and save string correctly but when string is arabic it saves as ????? in database. also when i browse aspx page in IE or Firefox with arabic parameter in query string ,parameter save correctly in database. my database is sql server 2008 r2 and table field is nvarchar(255) and database collation is arabic_ci_as. please help me. thank you

share|improve this question

closed as not a real question by Andrew Barber 10 hours ago

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

Browse other questions tagged or ask your own question.