Re: [Firebird-net-provider] Embedded on windows - problem closed.. thanks

2006-12-24 Thread AAbend (gmail)
Just to confirm that a reinstall of 2.0 worked. In 1.5, I recall renaming the fbembed.dll to fbclient. I had tried to solve some other problem by doing this, but ended up, somehow, with an old version of fbclient. I think that was the problem. Anyway, anyone trying to run embedded should obviously

Re: [Firebird-net-provider] Embedded on windows

2006-12-24 Thread AAbend (gmail)
Dean & Carlos, I followed Dean's suggestion on simplifying the connection string (I knew it was too complex for embedded but it had worked for 1.5). When I tried to use the connectionstringbuilder, I discovered what I think is some "version skew" so I am reinstalling FB2 and making sure there are

Re: [Firebird-net-provider] Embedded on windows

2006-12-24 Thread Dean Harding
I would suggest that your connection string is a bit complex as well, all you need is this: cs = new FbConnectionStringBuilder(); cs.ServerType = FbServerType.Embedded; cs.Database = fileName; Security and port numbers and so on are not needed, and may

Re: [Firebird-net-provider] Problem with DDEX

2006-12-24 Thread sho
Dnia 24-12-2006 o 16:50:37 sho <[EMAIL PROTECTED]> napisał: > Dnia 21-12-2006 o 21:58:59 Carlos Guzmán Álvarez > <[EMAIL PROTECTED]> napisał: > >> Hello: >>> FB DDEX provider works for me just like before SP1. If it isn't enough >>> what registry key I have to look for? >> Nice to hear, don't worr

Re: [Firebird-net-provider] Problem with DDEX

2006-12-24 Thread sho
Dnia 21-12-2006 o 21:58:59 Carlos Guzmán Álvarez <[EMAIL PROTECTED]> napisał: > Hello: >> FB DDEX provider works for me just like before SP1. If it isn't enough >> what registry key I have to look for? > Nice to hear, don't worry if it's working fine the registry entries are > correct :) > > Ca

Re: [Firebird-net-provider] data provider

2006-12-24 Thread manish shukla
any suggestion on first point?? actually i have created one sample NHibernate project which is referring to fembed.dll ver 1.5.3.4870 but when i replace this by fembed.dll ver 2.0.0.12748, i can't connect to the *.fdb file. On 12/24/06, manish shukla <[EMAIL PROTECTED]> wrote: hi all, i am be

Re: [Firebird-net-provider] data provider

2006-12-24 Thread Oleg Deribas
Hello, Carlos Guzmán Álvarez said the following on 24.12.2006 14:16: >> But NHibernate has FirebirdClientDriver only in 1.2 version which is >> currently is beta. > Yes, but i think it should be possible to get the nhibernate stable > sources add the FirebirdClientDriver to them > and do the bui

Re: [Firebird-net-provider] data provider

2006-12-24 Thread Carlos Guzmán Álvarez
Hello: > But NHibernate has FirebirdClientDriver only in 1.2 version which is > currently is beta. Yes, but i think it should be possible to get the nhibernate stable sources add the FirebirdClientDriver to them and do the build ( while i haven't tested it ) -- Carlos Guzmán Álvarez Vigo-Spain

Re: [Firebird-net-provider] data provider

2006-12-24 Thread Oleg Deribas
Hello, Carlos Guzmán Álvarez said the following on 24.12.2006 12:23: > NHibernate has 2 drivers for the firebird provider one FirebirdDriver ( > 17 and previous versions of the provider) > and FirebirdClientDriver ( for 2.0+) But NHibernate has FirebirdClientDriver only in 1.2 version which is

Re: [Firebird-net-provider] Embedded on windows

2006-12-24 Thread Carlos Guzmán Álvarez
AAbend (gmail) escribió: > > I am trying to get embedded running on windows with my app (.net2, > firebird 2). I have it running on embedded 1.5 with no problems. I > also have it running on Firebird 2 server with no problems. I renamed > the DLLs and set “servertype=1” in my connection string,

Re: [Firebird-net-provider] data provider

2006-12-24 Thread Carlos Guzmán Álvarez
Hello: > 2) i am using FirebirdClient-2.0.exe as .NET data provider for > connecting to DB in NHibernate 1.0.3.0 >looks like there is some assembly name conflict. >the above exe installs FirebirdSql.Data.FirebirdClient.dll in GAC, > whereas NHibernate requires FirebirdSql

[Firebird-net-provider] data provider

2006-12-24 Thread manish shukla
hi all, i am beginner to Firebird. and i have two queries: 1) where does the version of Firrebird matter, is this the version of fbembed.dll? how to ensure which version i am using, i have mixed up both 2.0 embed and 1.5.3 embed, so i am pretty confused. i am using EMS SQL Manager 2005 for In