[Firebird-net-provider] Code Project sample .NET Embedded project unavailable for download

2008-12-05 Thread Ben
Greetings all,

I'm a new .NET developer and I'm trying to prototype a project for my job. 
I'm suggesting that we use .NET and Firebird Embedded as part of our 
solution.  I found the demo project on CodeProject but when I tried to 
download it, I discovered that the files are no longer available.  I've 
tried to produce my own project by download the fbembed.dll and the .net 
provider, but I keep getting an error that the fbembed.dll cannot be found. 
Does anyone have a very simple example project that works out of the box for 
VS 2005 that I could examine?  I would greatly appreciate it.

Thank you in Advance,
Ben Keene 


--
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


Re: [Firebird-net-provider] Code Project sample .NET Embedded project unavailable for download

2008-12-05 Thread Jiri Cincura
Check the thread FB Emdedded: .NET error cannot find fbembed.dll here.

-- 
Jiri {x2} Cincura (CTO x2develop.com)
http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com

--
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


Re: [Firebird-net-provider] Code Project sample .NET Embedded

2008-12-05 Thread Keene, Ben
Check the thread FB Emdedded: .NET error cannot find fbembed.dll here.

--
Jiri {x2} Cincura (CTO x2develop.com)
http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com

--
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

STATEMENT OF CONFIDENTIALITY:



The information contained in this electronic message and any attachments to
this message are intended for the exclusive use of the addressee(s) and may
contain confidential or privileged information. If you are not the intended
recipient, please notify WHI Solutions immediately at [EMAIL PROTECTED],
and destroy all copies of this message and any attachments.

--
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


Re: [Firebird-net-provider] Can't read BLOB

2008-12-05 Thread Jiri Cincura
Hello,

I've tried this and whatever I put into database, I get back right. If
you think it's bug, you have to provide me test-case.

-- 
Jiri {x2} Cincura (CTO x2develop.com)
http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com

--
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


[Firebird-net-provider] FirebirdClient - ADO.NET 2.5.0.0 Data Provider in VS2005

2008-12-05 Thread Ulrich Groffy
-Windows XP

-Microsoft Visual Studio 2005
  Version 8.0.50727.762  (SP.050727-7600)
  Microsoft .NET Framework
  Version 2.0.50727 SP1

  Installed Edition: Professional

-FirebirdClient 2.5.00



Hello,

this is my very first project with FirebirdClient - ADO.NET 2.5.0.0 Data 
Provider in VS2005.

First I create a connection string by a FbConnectionStringBuilder :

...
   FbConnectionStringBuilder FConBuilder;
   String CS;

   FConBuilder = new FbConnectionStringBuilder();
   FConBuilder.DataSource = localhost;
   FConBuilder.Port = 3050;
   FConBuilder.Pooling = true;
   FConBuilder.Database = myDatabase;
   FConBuilder.ClientLibrary = fbClient.dll;
   FConBuilder.Password = sysdba;
   FConBuilder.UserID = masterkey;
   FConBuilder.Charset = Utf8;
   FConBuilder.Dialect=3;

   CS = FConBuilder.ConnectionString;

   myConnection = new FbConnection(CS);
   myConnection.Open();

At this point I receive an exception :

No message for error code 335544472 found

In the output window of the VS2005 IDE, I can see the following messages 
too :

A first chance exception of type 
'System.Resources.MissingManifestResourceException' occurred in mscorlib.dll

A first chance exception of type 'FirebirdSql.Data.Common.IscException' 
occurred in FirebirdSql.Data.FirebirdClient.dll

A first chance exception of type 
'FirebirdSql.Data.FirebirdClient.FbException' occurred in 
FirebirdSql.Data.FirebirdClient.dll

A first chance exception of type 
'FirebirdSql.Data.FirebirdClient.FbException' occurred in 
FirebirdSql.Data.FirebirdClient.dll


Is the Installation of my FireClient incorrect?


Any help is appreciated.


With best regards - Ulrich Groffy



--
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


Re: [Firebird-net-provider] FB Emdedded: .NET error cannot find

2008-12-05 Thread Ben
Jiri,

I copied the icu* files into the bin\Debug folder and now my little test 
program works perfectly!  Thank you very much

-- Ben Keene


Jiri Cincura [EMAIL PROTECTED] wrote in message 
news:[EMAIL PROTECTED]
 On Thu, Dec 4, 2008 at 23:41, by way of Helen Borrie
 [EMAIL PROTECTED]
 [EMAIL PROTECTED] wrote:
 So I added the .NET provider and the fbembed.dll to the bin/Debug 
 directory.

 Did you added another files, like icu*, as well?

 http://blog.vyvojar.cz/jirka/archive/2007/01/28/firebird-embedded-and-net.aspx

 -- 
 Jiri {x2} Cincura (CTO x2develop.com)
 http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com

 --
 SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, 
 Nevada.
 The future of the web can't happen without you.  Join us at MIX09 to help
 pave the way to the Next Web now. Learn more and register at
 http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
 ___
 Firebird-net-provider mailing list
 Firebird-net-provider@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/firebird-net-provider
 


--
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


Re: [Firebird-net-provider] FirebirdClient - ADO.NET 2.5.0.0 Data Provider in VS2005

2008-12-05 Thread Jiri Cincura
On Fri, Dec 5, 2008 at 17:01, Ulrich Groffy [EMAIL PROTECTED] wrote:
 Is the Installation of my FireClient incorrect?

335544472 is Your user name and password are not defined. Ask your
database administrator to set up a Firebird login.

-- 
Jiri {x2} Cincura (CTO x2develop.com)
http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com

--
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider