Re: [Firebird-net-provider] Help please

2011-02-13 Thread Ivan Arabadzhiev
Hi, What exactly is your problem? Usually (atleast in my case) all there is to do is to run the installer (which I don`t think is mandatory if you put the assembly in app dir) and to add a reference. > Hi, > > > I've been trying to install the firebird .net provider for the whole day > and I

[Firebird-net-provider] Help please

2011-02-13 Thread Wassim Muna
Hi, I've been trying to install the firebird .net provider for the whole day and I still haven't done it correctly (I must have some serious problems with my "reading skills" :-)) Could someone with a considerable amount of experience (and a little patience) help me please? regards, W

Re: [Firebird-net-provider] HELP! Please! FireBird Embedded NET 2.0

2007-01-27 Thread Carlos Guzmán Álvarez
Hello: > //Of course this won't compile because the error says the parameter for > Createdatabase must be a string, but what string? What version of the .NET provider are you using ?? If 2.0 you should do the call using a connection string, FbConnection.CreateDatabase("ServerType=1;SYSDBA;

Re: [Firebird-net-provider] HELP! Please! FireBird Embedded NET 2.0 ADDENDUM some progress!

2007-01-24 Thread Vlad Orlovsky
of the Firebird .NET providers Sent: Wednesday, January 24, 2007 12:30:46 PM Subject: Re: [Firebird-net-provider] HELP! Please! FireBird Embedded NET 2.0 ADDENDUM some progress! Hi Robert, Did you get my replies to you, by any chance? I think I sent them to your email, rather then the lis

Re: [Firebird-net-provider] HELP! Please! FireBird Embedded NET 2.0 ADDENDUM some progress!

2007-01-24 Thread Robert Meek
Behalf Of Scott Price Sent: Wednesday, January 24, 2007 1:19 PM To: For users and developers of the Firebird .NET providers Subject: Re: [Firebird-net-provider] HELP! Please! FireBird Embedded NET 2.0 ADDENDUM some progress! Hi Robert, Did you get my replies to you, by any chance? I think I s

Re: [Firebird-net-provider] HELP! Please! FireBird Embedded NET 2.0 ADDENDUM some progress!

2007-01-24 Thread Robert Meek
L PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Carlos Guzmán Álvarez Sent: Wednesday, January 24, 2007 1:17 PM To: For users and developers of the Firebird .NET providers Subject: Re: [Firebird-net-provider] HELP! Please! FireBird Embedded NET 2.0 ADDENDUM some progress! Hello: > Now

Re: [Firebird-net-provider] HELP! Please! FireBird Embedded NET 2.0 ADDENDUM some progress!

2007-01-24 Thread Scott Price
Hi Robert, Did you get my replies to you, by any chance? I think I sent them to your email, rather then the list here. Kind regards, Scott :) Robert Meek wrote: > After spending about three hours this morning and looking up some opposing > esamples from yet another Firebird NET site on t

Re: [Firebird-net-provider] HELP! Please! FireBird Embedded NET 2.0 ADDENDUM some progress!

2007-01-24 Thread Scott Price
Hi Robert, Did you get my replies to you, by any chance? I think I sent them to your email, rather then the list here. Kind regards, Scott :) Robert Meek wrote: > After spending about three hours this morning and looking up some opposing > esamples from yet another Firebird NET site on t

Re: [Firebird-net-provider] HELP! Please! FireBird Embedded NET 2.0 ADDENDUM some progress!

2007-01-24 Thread Carlos Guzmán Álvarez
Hello: > Now THIS actually compiles but when I run it in the debugger it tells me > it cannot find 'fbembed.dll'! I have that file in it's installation > directory as well as in the application's exe directory, so there must be > something missing in the conection string perhaps? > How d

[Firebird-net-provider] HELP! Please! FireBird Embedded NET 2.0 ADDENDUM some progress!

2007-01-24 Thread Robert Meek
After spending about three hours this morning and looking up some opposing esamples from yet another Firebird NET site on the internet, I came up with this: MyFBConnectionString := new FbConnectionStringBuilder(); MyFBConnectionString.Add('ServerType', 1); MyFBConnectionString.Add('User', 'S

[Firebird-net-provider] HELP! Please! FireBird Embedded NET 2.0

2007-01-24 Thread Robert Meek
I've gone thru all the docs, looked up instructions on Google, but STILL I cannot get an embedded setup to work! There are really no consise instructions available that I have been able to find that take you from setup to creating a database, adding tables, fields, indexes, etc. I added the pro

Re: [Firebird-net-provider] Help please

2006-04-24 Thread Jiri Cincura
On 24.4.2006 16:28 Magnus Löflund wrote: "An unexpecred error occured in the .NET Framwork Data Provider for Firebird. Please contact the provider vendor to resolve this problem." Just shooting. Try to check the machine.config for first. Then connection strings. Else send exactly the way (st

[Firebird-net-provider] Help please

2006-04-24 Thread Magnus Löflund
Hi all.. I hope someone here can help me on this matter. I am developing in .Net Visual studio 2005 and have installed Firebas .Net provider for a while ago. Now when im developing a completely differnet application using ms-sqlserver and vs 2005. The problem i have is with the .NET Firebird prov