Re: [Firebird-net-provider] Generating entity classes using a firebird database

2013-03-01 Thread asavasamuel
Jiri Cincura I haven't used it, but Kellerman Software has a LINQ provider for Firebird https://www.kellermansoftware.com/p-47-net-data-access-layer.aspx -- View this message in context: http://firebird.1100200.n4.nabble.com/Generating-entity-classes-using-a-firebird-database-tp1104885p46329

Re: [Firebird-net-provider] Generating entity classes using a firebird database

2009-12-07 Thread Jiri Cincura
On Mon, Dec 7, 2009 at 19:53, Robert Quintero wrote: > > > ... > type="System.Data.Common.DbProviderConfigurationHandler, System.Data, > Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> >   > > > >   ... > invariant="FirebirdSql.Data.FirebirdClient" description="

Re: [Firebird-net-provider] Generating entity classes using a firebird database

2009-12-07 Thread Robert Quintero
GAC Name: FirebirdSql.Data.Firebird.Client Version: 2.5.1 PKT: 3750abcc3150b00c Entries in machine.config from C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG. ... ... Do you see something wrong there? I should also mention as I have a few times now.

Re: [Firebird-net-provider] Generating entity classes using a firebird database

2009-12-05 Thread Jiri Cincura
On Fri, Dec 4, 2009 at 23:41, Robert Quintero wrote: > > I'm using version 2.5.1. Obviously not. Else it will be available as DDEX and EF connection. Check what you have in GAC and what version you're using in machine.config. -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.cincura.net/ | ht

Re: [Firebird-net-provider] Generating entity classes using a firebird database

2009-12-04 Thread Robert Quintero
I'm using version 2.5.1. Robert >>> On 12/4/2009 at 3:30 PM, in message >>> , Jiri Cincura >>> wrote: On Fri, Dec 4, 2009 at 22:28, Robert Quintero wrote: > > I do not see Firebird as a valid data provider You have to use version 2.5+ of provider for DDEX connections. -- Jiri {x2} Cincura

Re: [Firebird-net-provider] Generating entity classes using a firebird database

2009-12-04 Thread Jiri Cincura
On Fri, Dec 4, 2009 at 22:28, Robert Quintero wrote: > > I do not see Firebird as a valid data provider You have to use version 2.5+ of provider for DDEX connections. -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.cincura.net/ | http://www.ID3renamer.com --

Re: [Firebird-net-provider] Generating entity classes using a firebird database

2009-12-04 Thread Robert Quintero
My apologies I was misled a bit by the book Pro c# 2008, they used something called entity classes that I assumed was the same thing. But even when I try to add an entity model diagram I do not see Firebird as a valid data provider. This is even though, as I stated before, I can see the connecti

Re: [Firebird-net-provider] Generating entity classes using a firebird database

2009-12-04 Thread Jiri Cincura
On Fri, Dec 4, 2009 at 19:57, Robert Quintero wrote: > Am I supposed to be able to use the designer to do this or am I just barking > up the wrong tree? LINQ to SQL and Entity Framework are completely different pieces. -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.cincura.net/ | http://w

[Firebird-net-provider] Generating entity classes using a firebird database

2009-12-04 Thread Robert Quintero
What I am trying to do is use Linq to SQL and generate my entity classes like I would with a MS Sql database. I was under the impression that the latest versions supported the entity framework. I have already downloaded and set up the DDEX files and I can see my database in the server explorer b