Re: [Firebird-net-provider] ANN: Firebird ADO.NET Data Provider 2.5.0 Beta 1 for .NET 3.5/2.0 [with Entity Framework support]

2009-02-09 Thread Jiri Cincura
On Mon, Feb 9, 2009 at 10:12, sasha wrote: > Do you see any problem with colums of this views? Neither I or wizard: -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com -

Re: [Firebird-net-provider] ANN: Firebird ADO.NET Data Provider 2.5.0 Beta 1 for .NET 3.5/2.0 [with Entity Framework support]

2009-02-09 Thread sasha
> But the result depends how the columns look like. I have 2 views: CREATE TABLE "Parents" ( "Id"INTEGER NOT NULL, "Name" VARCHAR(100) NOT NULL ); CREATE VIEW "ParentsView"("Id", "Name") AS SELECT * FROM "Parents"; CREATE TABLE "Children" ( "Id"INTEGER NOT NULL,

Re: [Firebird-net-provider] ANN: Firebird ADO.NET Data Provider 2.5.0 Beta 1 for .NET 3.5/2.0 [with Entity Framework support]

2009-02-08 Thread Jiri Cincura
On Mon, Feb 9, 2009 at 01:29, sasha wrote: > Have you seen behavior of Microsoft's provider for MS SQL? It imports > all views, marks all fields as key fields generates entities and shows > them in the model. Why FB provider simply does not do the same? FirebirdClient does the same. But the resu

Re: [Firebird-net-provider] ANN: Firebird ADO.NET Data Provider 2.5.0 Beta 1 for .NET 3.5/2.0 [with Entity Framework support]

2009-02-08 Thread sasha
> Because everything in EF must have key. It's a crucial part of whole stuff. Have you seen behavior of Microsoft's provider for MS SQL? It imports all views, marks all fields as key fields generates entities and shows them in the model. Why FB provider simply does not do the same? --

Re: [Firebird-net-provider] ANN: Firebird ADO.NET Data Provider 2.5.0 Beta 1 for .NET 3.5/2.0 [with Entity Framework support]

2009-02-08 Thread Jiri Cincura
On Sun, Feb 8, 2009 at 13:17, sasha wrote: > Why? Because everything in EF must have key. It's a crucial part of whole stuff. -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com -

Re: [Firebird-net-provider] ANN: Firebird ADO.NET Data Provider 2.5.0 Beta 1 for .NET 3.5/2.0 [with Entity Framework support]

2009-02-08 Thread sasha
> Views in FB doesn't contain PK, Same in MS SQL > so it's in model, but commented out. Why? -- Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers

Re: [Firebird-net-provider] ANN: Firebird ADO.NET Data Provider 2.5.0 Beta 1 for .NET 3.5/2.0 [with Entity Framework support]

2009-02-08 Thread Jiri Cincura
Views in FB doesn't contain PK, so it's in model, but commented out. You have to uncomment these items and set up PK by hand. -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com ---

Re: [Firebird-net-provider] ANN: Firebird ADO.NET Data Provider 2.5.0 Beta 1 for .NET 3.5/2.0 [with Entity Framework support]

2009-02-07 Thread sasha
Checked on 2.5. With keys all fine. But the next problem with views. 1) If i'm importing model from database with views than empty model generated 2) If i'm importing only tables on first step, than all fine. But if i want to import views on second step than nothing happens. Views inporting no

Re: [Firebird-net-provider] ANN: Firebird ADO.NET Data Provider 2.5.0 Beta 1 for .NET 3.5/2.0 [with Entity Framework support]

2009-02-07 Thread sasha
> Sometimes it's enough to search tracker, > http://tracker.firebirdsql.org/browse/DNET-203. Sorry... I'll check on 2.5 ... -- Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With

Re: [Firebird-net-provider] ANN: Firebird ADO.NET Data Provider 2.5.0 Beta 1 for .NET 3.5/2.0 [with Entity Framework support]

2009-02-07 Thread Jiri Cincura
On Sat, Feb 7, 2009 at 23:02, sasha wrote: > 1) Primary keys not recognized This isn't problem in provider but in server. > 2) Relations not recognized Which is caused by 1), in fact. > I even don't know what to post in bug tracker... This is not beta > version. This is pre-pre-pre alpha... S

Re: [Firebird-net-provider] ANN: Firebird ADO.NET Data Provider 2.5.0 Beta 1 for .NET 3.5/2.0 [with Entity Framework support]

2009-02-07 Thread sasha
Hi! I've tested this for working with entities - there are tonns of problems while updating model from database :-( 1) Primary keys not recognized 2) Relations not recognized Than i've tried to import real database and had an empty diagram as a result of importing... I even don't know what to

[Firebird-net-provider] ANN: Firebird ADO.NET Data Provider 2.5.0 Beta 1 for .NET 3.5/2.0 [with Entity Framework support]

2009-01-06 Thread Jiri Cincura
Hi *, I'm pleased to announce 2.5.0 Beta 1 for .NET 3.5/2.0 [with Entity Framework support] version. It contains several bugfixes as well as brand new Entity Framework support (still beta!). Looking forward to your feedback. Binary as well as sources can be downloaded from http://www.firebirdsql.