Andrus,
Matt Warren's already published a sample implementation - in 2007 ( 7
article series):
http://blogs.msdn.com/mattwar/archive/2007/07/30/linq-building-an-iqueryable-provider-part-i.aspx
http://blogs.msdn.com/mattwar/archive/2007/07/31/linq-building-an-iqueryable-provider-part-ii.aspx
However, the SQL he generates looks like this:
SELECT * FROM (SELECT * FROM Customers) AS T WHERE (City =
'London')
And as far as I have read, it relies on "Multiple Active Result Sets
(MARS)" and it only runs on SQL server 2005 - it won't run on SQL
Server 2000.
I wonder if Matt's new work is more general?
And Wayne -
Nice to have you interested, please get the source, download NUnit,
and tell us if you have the system running.
If you can step through VB codegen, perhaps you can start fixing it!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"DbLinq" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/dblinq?hl=en
-~----------~----~----~----~------~----~------~--~---