I’m proud to announce next version of FirebirdClient – 2.5.1. This release is focused mainly on bug fixes, no new features were added.
You can see all fixed issues from tracker. And download it from http://firebirdsql.org/index.php?op=files&id=netprovider.
Thanks to all people who reported any issues for trying to make FirebirdClient better.




HI Jiri ,
I am new to FireBird , i want to use it with C#.net 3.5 LINQ but i dont how to use it and
how to generate Mapping class , and how that will be used in C#.net
i am just Blind to it
please give me your helping advice , i will be very freatfull to u
Hi, look for Entity Framework in your favorite search engine. This should give you good starting points. Or if you want, I have a Entity Framework training with Firebird as backend, just let me know via email.
Does Firebird 2.5.1 has Referential Integrity with Entity Framework v1?
Does Firebird 2,51 support auto inc on integer fields in EF v1 ?
Hi, there’s no Firebird 2.5.1 (*server*, which had bug in left outer join; all versions since FB 2.5 Beta 1 are OK). And Firebird at all doesn’t have autoincrement fields. We’re using triggers and generators (sequences) for this.
Also thread http://www.nabble.com/Generated-primary-key-columns-in-EF-td24297419.html may be worth checking for you.