Re: [Firebird-net-provider] Entity Model

2008-11-18 Thread Tetram Corp
Hi again, did you try to use those exports in a VS project ? because, even if edmgen file created files (in spite of keys/not null problems), I still have a ProviderManifestToken to 2.1.1.17910 while Firebird seems required during runtime, and I still have the ShemaInformation problem. Thierry

Re: [Firebird-net-provider] Entity Model

2008-11-17 Thread Tetram Corp
ok, the problem was in my commandline: \" after masterkey shouldn't be there Thierry Tetram Corp a écrit : > ok, > > what I did: > > - clean windows install (xp sp3) > - clean vs 2008 install (including sp and framework 3.5 sp1) > - install of provider using curr

Re: [Firebird-net-provider] Entity Model

2008-11-17 Thread Tetram Corp
ok, what I did: - clean windows install (xp sp3) - clean vs 2008 install (including sp and framework 3.5 sp1) - install of provider using current FirebirdClient-2.5.0-Alpha2 from ibphoenix (fresh download; I got this one because of FW 3.5), including modifying machine.config - install of DDEX i

Re: [Firebird-net-provider] Entity Model

2008-11-17 Thread Tetram Corp
fic ation qui débute à l'index 69. Génération terminée -- 1 erreurs, 0 avertissements "The provider didn't return a ProviderManifestToken string" Is it possible that the weekly build is not compiled with a "full" EF configuration ? Thierry Tetram Corp a écrit : >

Re: [Firebird-net-provider] Entity Model

2008-11-17 Thread Tetram Corp
If it helps, here is the generated .edmx (as is: no modifications from me) Thierry  http://schemas.microsoft.com/ado/2007/06/edmx";> http://schemas.microsoft.com/ado/2007/12/edm/EntityStoreSchemaGenerator"; xmlns="http://schemas.microsoft.com/ado/2006/04/edm/ssdl";>

Re: [Firebird-net-provider] Entity Model

2008-11-17 Thread Tetram Corp
Jiri Cincura a écrit : > On Mon, Nov 17, 2008 at 11:37, Tetram Corp <[EMAIL PROTECTED]> wrote: > >> Is the Provider supposed to work when using VS wizard, or was it only tested >> with edmgen ? >> > > Both VS and EdmGen. In fact both tools are using sam

Re: [Firebird-net-provider] Entity Model

2008-11-17 Thread Tetram Corp
? Thierry Teträm Corp a écrit : > Jiri Cincura a écrit : > >> On Fri, Nov 14, 2008 at 15:14, Tetram Corp <[EMAIL PROTECTED]> wrote: >> >> >>> great, but during runtime, when i need to access results of a linq >>> query, an exception

Re: [Firebird-net-provider] Entity Model

2008-11-14 Thread Tetram Corp
ot; the problem appears in both cases: debug build and weekly build I'm suspecting a problem during provider installation... Thierry Tetram Corp a écrit : > Hi, > > I'm trying to create an Entity Model (to use Linq) with VS2008. > My problem is that Firebird provider is not

Re: [Firebird-net-provider] Entity Model

2008-11-14 Thread Tetram Corp
StoreSchemaDefinition.ssdl Thierry Tetram Corp a écrit : > hi > > as promised, a first feedback, > > when i create a new model using wizard, VS add this node: >Provider="FirebirdSql.Data.FirebirdClient" > ProviderManifestToken="2.1.1.17910" ...>

Re: [Firebird-net-provider] Entity Model

2008-11-14 Thread Tetram Corp
(all table fields minus real key) Thierry Tetram Corp a écrit : > Hi, > > I'm trying to create an Entity Model (to use Linq) with VS2008. > My problem is that Firebird provider is not available in the Entity > Model wizard while it is available when creating a connection string. &

Re: [Firebird-net-provider] Entity Model

2008-11-14 Thread Tetram Corp
g provider installation, or is it a "bug" (or a misunderstanding) ? Thierry Tetram Corp a écrit : > Hi, > > I'm trying to create an Entity Model (to use Linq) with VS2008. > My problem is that Firebird provider is not available in the Entity > Model wizard while it

Re: [Firebird-net-provider] Entity Model

2008-11-13 Thread Tetram Corp
Jiri Cincura a écrit : > On Thu, Nov 13, 2008 at 14:10, Tetram Corp <[EMAIL PROTECTED]> wrote: > >> Do you think my metadata could be helpful to solve the problem or is it >> a known one ? >> > > Maybe ... > > > Check the output window of VS to

Re: [Firebird-net-provider] Entity Model

2008-11-13 Thread Tetram Corp
han 100 tables (and much more entities) so if I can avoid having to create manually my classes/requests, I think I could not be happier ;-) Thierry Tetram Corp a écrit : > Well, > > I found them at http://netprovider.cincura.net/, is it still correct ? > (the mail was on 2006 or 200

Re: [Firebird-net-provider] Entity Model

2008-11-13 Thread Tetram Corp
Well, I found them at http://netprovider.cincura.net/, is it still correct ? (the mail was on 2006 or 2007) Thierry Tetram Corp a écrit : > could you remind me where i can find weekly builds ? is it 2.5 Alpha 2 > on sourceforge ? > > Jiri Cincura a écrit : > >> On Th

Re: [Firebird-net-provider] Entity Model

2008-11-13 Thread Tetram Corp
Jiri Cincura a écrit : > On Thu, Nov 13, 2008 at 12:00, Tetram Corp <[EMAIL PROTECTED]> wrote: > >> FirebirdSql.Data.FirebirdClient >> > > And put this one into GAC. You can download build also from weekly builds. > > ---

Re: [Firebird-net-provider] Entity Model

2008-11-13 Thread Tetram Corp
NDOWS\Microsoft.NET\Framework\v3.5\EdmGen.exe /mode:FullGeneration /language:CSharp /project:gesStock /provider:FirebirdSql.Data.FirebirdClient /connectionstring:"data source=192.168.0.25;initial catalog=\"c:\svn\gesstock pro\bin\base\stockpro.fdb\"" Thierry Tetram Corp a écri

Re: [Firebird-net-provider] Entity Model

2008-11-13 Thread Tetram Corp
risque de ne pas fonctionner correctement. In English, it should be something like: "error 7001: A Null value was returned by the method "GetService" with an instance of « FirebirdSql.Data.FirebirdClient.FirebirdClientFactory »." Does this mean I should use a svn build ?

[Firebird-net-provider] Entity Model

2008-11-13 Thread Tetram Corp
Hi, I'm trying to create an Entity Model (to use Linq) with VS2008. My problem is that Firebird provider is not available in the Entity Model wizard while it is available when creating a connection string. Did I missed something ? (a reg file or something else) Thierry

Re: [Firebird-net-provider] LINQ support

2008-11-07 Thread Tetram Corp
Thanks But it seems the official way is becoming LINQ to Entity (see Carlos link) so i think i will change my pov Thierry Alexey V. Tyul'kin a écrit : >> if not, are there plans for a "real" LINQ to FB.SQL (if doable of course >> ) ? >> >> > http://code.google.com/p/dblinq2007/ supports Fb

Re: [Firebird-net-provider] LINQ support

2008-11-07 Thread Tetram Corp
thanks a lot your link is very helpful Thierry Carlos a écrit : > Hello: > > >> are there some news from LINQ support since last spring, or is still >> through Entity Framework and ADO.NET ? >> >> if not, are there plans for a "real" LINQ to FB.SQL (if doable of course >> :-) ) ? >> > > T

[Firebird-net-provider] LINQ support

2008-11-06 Thread Tetram Corp
Hi, are there some news from LINQ support since last spring, or is still through Entity Framework and ADO.NET ? if not, are there plans for a "real" LINQ to FB.SQL (if doable of course :-) ) ? Thierry - This SF.Net email

[Firebird-net-provider] Provider with ASP.NET

2008-09-18 Thread Tetram Corp
Hi, I'm using the provider to build a website with ASP.NET All works fine except when I've got an FB error, the message is not "resolved" with firebird.msg. I tried to put the file in C:\Windows\System32, the provider directory, my website directory, or IIS bin directory no change Where does t

Re: [Firebird-net-provider] DDEX Provider v2.0.4 for Visual Studio

2008-09-08 Thread Tetram Corp
is part of the framework. To double check > use gacutil to find out the values for System.Data just as you did with the > FirebirdSql.Data.FirebirdClient. > > C. > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tetram Corp >

Re: [Firebird-net-provider] DDEX Provider v2.0.4 for Visual Studio

2008-09-08 Thread Tetram Corp
Jiri Cincura a écrit : > Hello, > > the DDEX Provider v2.0.4 for Visual Studio has been released. Download it from > http://www.firebirdsql.org/index.php?op=files&id=netprovider . > > Hi, a question about reg files: the readme says to modify the reg file we want to merge, like this: .

Re: [Firebird-net-provider] VS2008 DDEX probem

2008-09-08 Thread Tetram Corp
Jiri Cincura a écrit : > On Thu, Sep 4, 2008 at 10:44 AM, Christian Nylund > <[EMAIL PROTECTED]> wrote: > >> Ok, that's the background. Here comes the problem: When I add a new >> DataSource I can find the Firebird provider in the list of providers. I can >> add a new Connection and even testing

Re: [Firebird-net-provider] VS2008 DDEX probem

2008-09-05 Thread Tetram Corp
der (while of course saving a copy >> of the old one) with the older one. >> >> I still have version 2.5.0.0 of the provider and I have performed all the >> steps of the 2.0.3 DDEX installation, plus changing the .dll mentioned above. >> >> Hope that was clearer

Re: [Firebird-net-provider] VS2008 DDEX probem

2008-09-05 Thread Tetram Corp
Hi, I'm not sure to understand what you did: You installed the version 2.0.1 of what ? Data provider or DDEX ? Thierry Christian Nylund a écrit : > I found an older version, 2.0.1 to be exact, and that worked like a charm. So > there's nothing wrong with my installation, all I did was exchange

[Firebird-net-provider] DDEX setup

2008-09-05 Thread Tetram Corp
Hi, I just try the MySQL DataProvider msi and it install provider and DDEX without machine.config to update, .reg to merge absolutly nothing and it works with VS 2005/2008 Couldn't the same be done to Firebird provider/ddex? mysql gift: the msi source is available freely :) http://dev.mysql

Re: [Firebird-net-provider] Roadmap

2008-09-04 Thread Tetram Corp
ercea Paul a écrit : > Hi > > I'm using 2.5 all ready in several projects. > As I know, 2.5 will provide .net entity provider ... > > Do you need something else? > > Regards, > Paul > > >> -Original Message- >> From: [EMAIL PROTECTED] >> [

Re: [Firebird-net-provider] VS2008 DDEX probem

2008-09-04 Thread Tetram Corp
I've got the same problem Even after I installed the VS SDK, I've got the same error. More, FirebirdDDEXProviderPackageLess32 seems no more included in DDEX package (I download it today) Thierry Christian Nylund a écrit : > > As far as I can tell they are identical. Anyhow, I still get the same

[Firebird-net-provider] Roadmap

2008-09-04 Thread Tetram Corp
Hi, is there a place I can find the roadmap of the .net provider. I'm starting a new dev and I need to know when 2.5 final will be released to choose if I can work with Alpha version or if it's better to wait. Thierry - T

Re: [Firebird-net-provider] Accessing dbfile with ODS 11

2007-04-03 Thread Tetram Corp
Ok, my fault: my FB server is 1.5... not 2.0 sorry :-) but I still don't understand the problem of clrexternalengine in fact, i don't understand what is goal of Context servertype Tetram Corp a écrit : > i'm trying to connect to a db with an ods 11 (FB2.0) but I'v got

[Firebird-net-provider] Accessing dbfile with ODS 11

2007-04-03 Thread Tetram Corp
i'm trying to connect to a db with an ods 11 (FB2.0) but I'v got some errors i don't understand: my connection string is: user=SYSDBA;password=masterkey;database=g:\programmation\media.kit\bdthèque\bin\bd.gdb;datasource=127.0.0.1;port=3050;dialect=3;charset=NONE;connection lifetime=15;pooling=t

Re: [Firebird-net-provider] Deleting an embedded database

2006-08-23 Thread Tetram Corp
[EMAIL PROTECTED] a écrit : > If I open an embedded database and then close it, I can't drop it > anymore, because file is in use... > Can I overcome that? I want to do something like Clear Database, > and backup/restore seems to be the way, but restore doesn't work > because the file is in use.