Firebird DB with .Net

  • Thread starter Thread starter Krish
  • Start date Start date
K

Krish

Hi
I am validating using the firebird Embedded DB with .NET.
has anyone used it with .NET and would like to share his/her
experiences about the same?
Kris
 
Krish said:
Hi
I am validating using the firebird Embedded DB with .NET.
has anyone used it with .NET and would like to share his/her
experiences about the same?

You can use it without problems in .NET. Just create your applications
with the excellent Firebird .NET client written by Carlos Alvarez, and
place the embedded dll in the bin folder of your application. Be sure
you're specifying in the connection string youre using firebird
embedded and that's it! :)

FB

--
------------------------------------------------------------------------
Lead developer of LLBLGen Pro, the productive O/R mapper for .NET
LLBLGen Pro website: http://www.llblgen.com
My .NET blog: http://weblogs.asp.net/fbouma
Microsoft MVP (C#)
------------------------------------------------------------------------
 
Back
Top