Re: the relational model of data objects *and* program objects

From: mountain man <hobbit_at_southern_seaweed.com.op>
Date: Fri, 15 Apr 2005 00:59:16 GMT
Message-ID: <ElE7e.11705$5F3.5674_at_news-server.bigpond.net.au>


"Alfredo Novoa" <alfredo_novoa_at_hotmail.com> wrote in message news:gbgt511um3mgfi3ua1kralsj1tbpehipoo_at_4ax.com...
> On Thu, 14 Apr 2005 12:48:26 +0200, Alfredo Novoa
> <alfredo_novoa_at_hotmail.com> wrote:
>
>>>Yes, that would be nice.
>>>but is this happening on any scale at present?
>>
>>At a tiny scale, and this is sad.
>
> I was wrong. See this:
>
> http://research.microsoft.com/Comega/doc/comega_tutorials_sqlquery.htm
>
> This is an step in the correct direction.
>

Interesting ..... and of course it should be noted that SQL code is being invoked at the end of the chain:

eg:

select ProductName

        from od in DB.OrderDetails inner join p in DB.Products on od.ProductID == p.ProductID

        where od.Quantity > p.UnitsInStock
        group by p.ProductName
        order by ProductName
Received on Fri Apr 15 2005 - 02:59:16 CEST

Original text of this message