This is a migrated thread and some comments may be shown as answers.

Field names with foreign characters

1 Answer 46 Views
Databases and Data Types
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
peter sorensen
Top achievements
Rank 1
peter sorensen asked on 17 Dec 2008, 05:29 PM
HI,

I have downloaded the trial version and used the wizard to reverse map a MS SQL 2005 database in VS 2008. The database name is tbl_lønseddel and it has fieldnames that contains æ,ø, å characters. In the resulting TblLønseddel.cs file the code looks like this:

        public TblL�nseddel()
        {
        }
    
        [Telerik.OpenAccess.FieldAlias("l?nId")]
        public string L?nId
        {
            get { return l?nId; }
            set { this.l?nId = value; }
        }

How do I get OpenAccess to map these characters right ?

/peter

1 Answer, 1 is accepted

Sort by
0
Jan Blessenohl
Telerik team
answered on 17 Dec 2008, 06:52 PM
Hello peter,
At the moment we do not convert those characters. Do you know a good way to do it?

Kind regards,
Jan Blessenohl
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Databases and Data Types
Asked by
peter sorensen
Top achievements
Rank 1
Answers by
Jan Blessenohl
Telerik team
Share this question
or