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: Dreaming About Redesigning SQL

Re: Dreaming About Redesigning SQL

From: Mikito Harakiri <mikharakiri_at_yahoo.com>
Date: 26 Oct 2003 18:33:34 -0800
Message-ID: <bdf69bdf.0310261833.1177652@posting.google.com>


"Bob Badour" <bbadour_at_golden.net> wrote in message news:<ebCdnSNkie3aygGiU-KYhw_at_golden.net>...
> "Mikito Harakiri" <mikharakiri_at_iahu.com> wrote in message
> news:AVUmb.3$uD6.177_at_news.oracle.com...
> > From practical perspective, I find it odd that one can't describe GUI
> > relationally. This is why we still use old procedural languages on client
> > side, right?
>
> One can describe anything relationally. What makes you think it impossible
> to describe a GUI relationally?

I must correct my statement, of course: So far nobody succeeded doing so.

Application developers routinely describe GUI like this:

<table>
 <tr>
   <td>
     User:
   </td>
   <td>
     <input type="text" name="usr" value="<%=usr%>">    </td>
 </tr>
 <tr>
   <td>
     Password:
   </td>
   <td>
     <input type="password" name="pwd" value="<%=pwd%>">    </td>
 </tr>
</table>

which is just 4 GUI elements in 4 cells layout table, and this approach proved to be quite sucessfull. For comparison, try describung this trivial GUI page in relational to see what I mean. Received on Sun Oct 26 2003 - 20:33:34 CST

Original text of this message

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