TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Andreas Ahlen
NA
145
72.2k
Unicode or UTF-8 chars
Feb 12 2007 4:04 PM
I got a problem using Unicode chars in a database table despite i declared the datafield as UNICODE (CREATE TABLE.... strName AS CHAR(32) SET UNICODE_FFS using Interbase Server). The same I declared in MS SQL Server Express Edition (EE). As .NET controls like EditBox are unicode compatible I get a control message box with the unicode char string. It is also inserted into the database table, but retriving the data I only get '???'. This problem persists not only with Micorsoft C#/MS SQL Server EE, but also using Turbo Delphi.NET/Interbase Server. I think the reason could be that free versions of this software are not _UNICODE_ compiled to handle UNICODE strings. I tried to to change the codepage, too. Nothing. My opinion is that I could continue using Unicode declarations for development process, later if migrating to the "FULL VERSION" I should have the UNICODE support. Any suggestions?
Reply
Answers (
0
)
C# equivalent for appendReplacement in java
Getting bitmaps from a .dll