MySQL Forums
Forum List  »  Newbie

Re: arabic character not saved in MySQL
Posted by: Jassm Rahma
Date: June 25, 2013 01:25PM

Hi,

Where can I check my language setting in ASP.NET?

Every page in my ASP.NET has the followingL

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

and this is my INSERT:

INSERT INTO member_channels (member_channel_guid, member_id, is_private, member_channel_name, member_channel_address, member_channel_description, default_language, is_rtl, default_allow_comment, default_allow_like, default_allow_share, welcome_title, homepage_title, contact_title, about_title, category_title, private_channel_title, private_channel_message) VALUES (@channel_guid, param_member_id, param_channel_private, param_channel_name, param_channel_address, param_channel_description, param_channel_language , @channel_rtl, param_channel_allow_comment, param_channel_allow_like, param_channel_allow_share, param_welcome_title, param_homepage_title, param_contact_title, param_about_title, param_category_title, param_private_title, param_private_message);

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.