Posts Tagged 'MS DotNet'

SQL Server with Unicode / Khmer Unicode characters

To be notice MS SQL supports only UCS-2 encoding so do not have encoding with UTF-8 as we expected as MySQL or some other database server as well. This means that you can’t use UTF-8 character encoding with Microsoft SQL Server: Here after I type Khmer Unicode and execute the query, I got question marks [...]

13 July 2009 at 17:47 - Comments
Sopheap Sitha
hi, i can insert into database but the character still show the question mark(??????), and could you please to tell ...
26 February 10 at 23:53
admin
@Sopheap: Not so detail for your issue, what is ur data charset? Have you followed what I told in this ...
13 March 10 at 00:06

Software Development and Logging

Beside understanding programming language and programming model etc. We must know how to manage the message from the development for user, for developer etc. We called logging. To manage log, we have many ways according to programming language and platform. Normally, most of the developers neglect on logging during development parse and starting to expect [...]

14 November 2008 at 14:34 - Comments