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

The tables were named in Chinese,will cause garbled class names

5 Answers 40 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
xu
Top achievements
Rank 1
xu asked on 18 Mar 2009, 12:08 PM

 //Generated by Telerik OpenAccess
    public partial class WebT����  ////should be WebT贴吧
    {
        //The 'no-args' constructor required by OpenAccess.
        public WebT����()
        {
        }
   
        [Telerik.OpenAccess.FieldAlias("????id")]
        public string ????id
        {
            get { return ????id; }
            set { this.????id = value; }
        }
 
        [Telerik.OpenAccess.FieldAlias("ip")]
        public string Ip
        {
            get { return ip; }
            set { this.ip = value; }
        }
 
        [Telerik.OpenAccess.FieldAlias("????")]
        public string ????
        {
            get { return ????; }
            set { this.???? = value; }
        }
 
        [Telerik.OpenAccess.FieldAlias("????")]
        public bool? ????
        {
            get { return ????; }
            set { this.???? = value; }
        }
 
        [Telerik.OpenAccess.FieldAlias("???")]
        public bool? ???
        {
            get { return ???; }
            set { this.??? = value; }
        }
 
        [Telerik.OpenAccess.FieldAlias("?????")]
        public string ?????  //should be 姓名
        {
            get { return ?????; }
            set { this.????? = value; }
        }
 
        [Telerik.OpenAccess.FieldAlias("???")]
        public bool? ???
        {
            get { return ???; }
            set { this.??? = value; }
        }
 
        [Telerik.OpenAccess.FieldAlias("????")]
        public string ????
        {
            get { return ????; }
            set { this.???? = value; }
        }
 
        [Telerik.OpenAccess.FieldAlias("???????")]
        public DateTime? ???????
        {
            get { return ???????; }
            set { this.??????? = value; }
        }
 
        [Telerik.OpenAccess.FieldAlias("webTUser")]
        public WebTUser WebTUser
        {
            get { return webTUser; }
            set { this.webTUser = value; }
        }
 
        [Telerik.OpenAccess.FieldAlias("webT????")]
        public WebT???? WebT????
        {
            get { return webT????; }
            set { this.webT???? = value; }
        }
 

    }

How to solve?

5 Answers, 1 is accepted

Sort by
0
Thomas
Telerik team
answered on 19 Mar 2009, 10:17 AM
Hi xu,

OpenAccess currently does not support the usage of non-8-bit encodings during reverse engineering; the template file handling needs improvement. We will eliminate this problem in one of our next releases.

Regards,
Thomas
the Telerik team


Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
xu
Top achievements
Rank 1
answered on 04 Jul 2009, 05:50 AM
OpenAccess currently does not support the usage of non-8-bit encodings during reverse engineering; the template file handling needs improvement. We will eliminate this problem in one of our next releases.???
Q2 will support the usage of non-8-bit encodings during reverse engineering! Were you?
0
Thomas
Telerik team
answered on 06 Jul 2009, 08:06 AM
Hi xu,

I would really like to give you a positive answer now, but this enhancement has not made it to the Q2 product yet. I will request a higher priority for this item.

Sincerely yours,
Thomas
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
xu
Top achievements
Rank 1
answered on 24 Nov 2009, 03:05 AM
0
Damyan Bogoev
Telerik team
answered on 24 Nov 2009, 03:10 PM
Hello xu,

The Reverse Mapping wizard cannot handle the usage of non-8-bit encodings yet and most likely the OQL parser cannot do it either.
We are sorry for the inconvenience.

Sincerely yours,
Damyan Bogoev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
General Discussions
Asked by
xu
Top achievements
Rank 1
Answers by
Thomas
Telerik team
xu
Top achievements
Rank 1
Damyan Bogoev
Telerik team
Share this question
or