Chuck Esterbrook <[EMAIL PROTECTED]> wrote:
> >Prose is what the programming is itself.  Unfortunately, a SQL query
> >means writing a program that runs on the DBMS, not in your native
> >language.  That's awkward too, just like the builder is awkward.
> 
> But many of these sql clause are both easy to understand and highly 
> portable. At least the ones that simply filter on fields in a single table.

I think there's a number of Python wrappers that make that simpler
case fairly easy to abstract.  But since they only deal with the
simple case, you still have to make SQL sometimes, so the resulting
system isn't really any more elegant or small.

  Ian

_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to