
Signature
Jon Skeet - <skeet@pobox.com>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
World class .NET training in the UK: http://iterativetraining.co.uk
> > Is linq just for Sql Server or can you use if for Oracle, Access etc
>
[quoted text clipped - 7 lines]
> Jon Skeet - <sk...@pobox.com>http://www.pobox.com/~skeet Blog:http://www.msmvps.com/jon.skeet
> World class .NET training in the UK:http://iterativetraining.co.uk
Does that mean then If i had an oracle database I wouldnt be able to
use Linq with it?
Jon Skeet [C# MVP] - 10 Mar 2008 10:46 GMT
<snip>
> Does that mean then If i had an oracle database I wouldnt be able to
> use Linq with it?
It means you wouldn't be able to use LINQ to SQL with it.
You need to be very precise about what you mean: "LINQ" is too general
a term in this case.
Jon
Marc Gravell - 10 Mar 2008 10:53 GMT
You should be able to use the Entity Framework LINQ provider:
http://blogs.microsoft.co.il/blogs/bursteg/archive/2007/12/07/ado-net-entity-fra
mework-oracle-provider-support.aspx
As Jon observes, "LINQ" is a very vague term. For example, NHibernate
is getting a LINQ API; and I'm pretty sure NHibernate supports Oracle.
Marc
Frans Bouma [C# MVP] - 11 Mar 2008 10:13 GMT
> You should be able to use the Entity Framework LINQ provider:
> http://blogs.microsoft.co.il/blogs/bursteg/archive/2007/12/07/ado-net-
> entity-framework-oracle-provider-support.aspx
>
> As Jon observes, "LINQ" is a very vague term. For example, NHibernate
> is getting a LINQ API; and I'm pretty sure NHibernate supports Oracle.
I wouldn't hold my breath for that one. I'd be surprised if it is
released before the summer. Writing a full provider (not a toy) is a
lot of work, and even though some work has been done, it's still a lot
of work to get everything implemented.
FB

Signature
------------------------------------------------------------------------
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#)
------------------------------------------------------------------------
Marc Gravell - 11 Mar 2008 10:29 GMT
> I wouldn't hold my breath for that one.
Fair enough (you're an awful lot closer to that area than me ;-p).
Frans Bouma [C# MVP] - 11 Mar 2008 10:13 GMT
> > > Is linq just for Sql Server or can you use if for Oracle, Access
> > > etc
[quoted text clipped - 12 lines]
> Does that mean then If i had an oracle database I wouldnt be able to
> use Linq with it?
Within a month you will, using LLBLGen Pro and our linq provider. It
goes into beta this week.
FB

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