ADO.NETFor discussion about ADO.NET.  Topics such as question regarding the System.Data namespace are appropriate.  Questions specific to a particular application should be posted in a forum specific to the application .
Welcome to the p2p.wrox.com Forums.
You are currently viewing the ADO.NET section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
Hello,
im having a problem in retrieving ,inserting and updating Unicode text from database using ADO.NET. when i try to store the Unicode text in MS-SQL, the text is replaced with question marks. :(
I also tried to retrieve some Unicode text from MySQL database and show it in DataGrid. but im getting weird characters!
ADO wont change any setting, it just retrieve the data from source! Check ur MS-SQL Server Coding! But remember if u change the coding to UTF-8 in MS-SQL Server ur Data will dublicate for data space. I mean it will use twice space to save data! be aware of that!