Firebird and Linq

S

szwejk

Hi!

Is there any way to use Linq for SQL with Firebird? I installed
database provider but vs2008 [when i'm trying to preper .dbml file]
writes that this provider dont support this opperation [drag and drop
tables :O) ]. Can I find somewhere proper database provider for
Firebird?
 
M

Marc Gravell

Linq-to-sql only supports sql server.

There are other providers available either now or soon, but I haven't
personally yet seen one for firebird.

Marc
 
F

Frans Bouma [C# MVP]

szwejk said:
Hi!

Is there any way to use Linq for SQL with Firebird? I installed
database provider but vs2008 [when i'm trying to preper .dbml file]
writes that this provider dont support this opperation [drag and drop
tables :O) ]. Can I find somewhere proper database provider for
Firebird?

We have a linq provider for LLBLGen Pro soon, which supports Firebird
(2.0 and up, not 1.5, as it requires derived tables, which aren't
supported in Firebird 1.5).

Carlos Alvares, the guy behind the .net provider for firebird, also
seems busy with a provider for the entity framework, though I have no
idea when that will be released.

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#)
------------------------------------------------------------------------
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top