Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> comp.databases.theory -> Re: C# 3.0 with pseudorelational extensions

Re: C# 3.0 with pseudorelational extensions

From: DBMS_Plumber <paul_geoffrey_brown_at_yahoo.com>
Date: 15 Sep 2005 08:59:43 -0700
Message-ID: <1126799983.902927.27190@f14g2000cwb.googlegroups.com>


Yeah - now that's interesting .....

Someone is taking relational theory, and applying it directly into a programming language environment. And the homework has been done. Note also the parsing trick of the syntax order: from -> where -> select, rather than SQL's select -> from -> where, which makes one-pass parsing possible. I can't see what the type/domain model looks like though ...

Picking up Codd's insights and seeing how to make it work in places other than persistent data stores seems like a much more productive use of one's time than endlessly villifying evil vendors for their manifold defects.

Harder work, of course. Received on Thu Sep 15 2005 - 10:59:43 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US