$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Pavel Vozenilek (pavel_vozenilek_at_[hidden])
Date: 2005-10-04 11:08:01
"Jose" wrote:
> One idea that could make the syntax issues more palatable is to
> incorporate
> some ideas from the soci.sf.net <http://soci.sf.net> library
>
> http://listarchives.boost.org/Archives/boost/2005/10/94680.php
>
> I have not given thought to how easy it would be to implement it, but the
> idea is that the queries are valid sql queries and then the soci layer
> translates those to the more arcane syntax/es. Simplifying and unifying
> the
> syntax should be a good thing !
>
SOCI library produces string which is passed down
to SQL engine for interpretation. This approach is very
different from what RML does.
/Pavel