Re: [Firebird-net-provider] Changing .Net type based on a Domain type

2011-09-22 Thread Jiri Cincura
On Wed, Sep 21, 2011 at 11:51 PM, Sam Carleton scarle...@miltonstreet.com wrote: Can someone shield some light on this? Maybe it's too early in the morning, but I don't know what the question is. :) -- Jiri {x2} Cincura (x2develop.com founder) http://blog.cincura.net/ |

Re: [Firebird-net-provider] Changing .Net type based on a Domain type

2011-09-22 Thread Sam Carleton
The question is: How can I hack the .Net provider such that I can change the .Net type based on the domain type of the column? My current thought is there is some way to associate the isc_info_sql_type and isc_info_sql_sub_type with the domain type. So, along these lines, what is the

Re: [Firebird-net-provider] Changing .Net type based on a Domain type

2011-09-22 Thread Jiri Cincura
On Thu, Sep 22, 2011 at 2:45 PM, Sam Carleton scarle...@miltonstreet.com wrote: My current thought is there is some way to associate the isc_info_sql_type and isc_info_sql_sub_type with the domain type.  So, along these lines, what is the relationship between a domain type and the

Re: [Firebird-net-provider] ADO.NET Entity Framework 4.1 with Views

2011-09-22 Thread John R. Tomaselli
Hi I followed all the threads on views and added the following view to a 2.5 database using NETProvider-2.6.5 , VS2010, EF 4.1 -Update 1 Edmx Version=2.0. . I followed all steps below and the view shows up in the Model Bowser but not in the edmx model viewer. Is there something wrong with my