Print Page | Close Window

Converting from unicode to non-unicode

Printed From: IdeaBlade
Category: DevForce
Forum Name: DevForce Classic
Forum Discription: For .NET 2.0
URL: http://www.ideablade.com/forum/forum_posts.asp?TID=2886
Printed Date: 23-Apr-2025 at 5:41am


Topic: Converting from unicode to non-unicode
Posted By: _ev_
Subject: Converting from unicode to non-unicode
Date Posted: 11-Aug-2011 at 4:13am
Hi All,

We are using a unicode Oracle database and now planning to create a version that supports a non-unicode Oracle database using IdeaBlade Devforce. I would like to ask if what would be the impact of it if we are going to do this. What type of changes we would need to do or look out for when implementing this. Will it affect the EntityQuery and parameterized queries. Do we need to recreate our orm file. 

Thanks,
ev



Replies:
Posted By: DenisK
Date Posted: 15-Aug-2011 at 11:15am
Hi ev;

We don't think that you need to regen the orm but it wouldn't hurt to do it. In memory, strings in .NET are Unicode so the EntityQuery arguments will default to Unicode, which may have performance implications. If so, you can implement a custom ProviderHelper to map string parameters to AnsiStrings.



Print Page | Close Window