Number Mapping for Oracle NUMBER type

Discussion of open issues, suggestions and bugs regarding Entity Framework support in ADO.NET Data providers
Post Reply
melyurt
Posts: 5
Joined: Sat 26 Mar 2011 23:00

Number Mapping for Oracle NUMBER type

Post by melyurt » Thu 29 Dec 2011 18:48

Hi,
How can I map oracle NUMBER column to Int32 int Entity Data Model Wizard.
Thanks

Pinturiccio
Devart Team
Posts: 2420
Joined: Wed 02 Nov 2011 09:44

Post by Pinturiccio » Tue 03 Jan 2012 14:03

When you create a data connection in Entity Data Model Wizard, click the Advanced button, find the Number Mappings property. Then you may create a new element of the collection and configure the proper mapping for NUMBER columns.
For more information please refer to:
http://www.devart.com/blogs/dotconnect/ ... erMappings
http://www.devart.com/dotconnect/oracle ... tring.html

melyurt
Posts: 5
Joined: Sat 26 Mar 2011 23:00

Post by melyurt » Tue 03 Jan 2012 16:11

Thanks for your post.
But I'm using number mappings.
Problem is only when I want to map oracle NUMBER (without precision).

StanislavK
Devart Team
Posts: 1710
Joined: Thu 03 Dec 2009 10:48

Post by StanislavK » Thu 05 Jan 2012 12:52

We have answered you in another topic:
http://www.devart.com/forums/viewtopic.php?t=23019

Post Reply