Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6171425
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T23:12:48+00:00 2026-05-23T23:12:48+00:00

I am using azure aql as a backend for a windows phone app I

  • 0

I am using azure aql as a backend for a windows phone app I am writing. I expose the db using odata protocol, and using the odata client library to read and write db. I am having a problem to insert Chinese strings. Each chinese charatcter will show up as “?” in the db.
The following is the code. Using the debugger, i can tell, the chinese character is still in the write format before the BeginSaveChanges call. The according field in the db is defined as nvarchar. I can put chinese no problem from the web management portal.

NewJoke.Title = Regex.Replace(NewJoke.Title, "'", "''");
            NewJoke.Content = Regex.Replace(NewJoke.Content, "'", "''");
            dsc = new DataServiceContext(funnyJokesUri);
            try
            {
                //Name of the entity goes into the first attribute of the AddObject method followed by the entity itself
                //INSERTING
                dsc.AddObject("Jokes", NewJoke);
                dsc.BeginSaveChanges(insertJoke_Completed, dsc);
            }
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T23:12:48+00:00Added an answer on May 23, 2026 at 11:12 pm

    You have to set the collation for Chinese on the column, I think. More… http://blogs.msdn.com/b/sqlazure/archive/2010/06/11/10023650.aspx

    BTW — I wasn’t clear on reading your question — it sounds like you’re saying the db stores the chinese fine when you use the web portal to insert it; but presumably, it does not store the chinese when you use some other method for inserting it. (?) Is that what you’re saying?

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm building an app using Windows Azure Table. I've encapsulated all my calls to
I am using DotNetOpenAuth to authenticate an app on Windows Azure. From time to
Using Windows Azure's Microsoft.Web.DistributedCache.DistributedCacheOutputCacheProvider as the outputCache provider for an MVC3 app. Here is
I am using Windows Azure for a custom blog implementation. The blog uses CKEditor
I am using Windows Azure Table Storage. I am wondering, if I could use
Is there any node.js api for using Windows Azure Access Control from JavaScript (node.js)?
I'm trying to deploy my web app to Azure using this method , but
I am working with Windows Azure and am just using the Blob Storage. I
I have a Windows Azure application in which all read queries of TableA are
Due to certain constraints, such as using Windows Azure, I am limited to using

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.