$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Steve Hutton (shutton_at_[hidden])
Date: 2004-10-18 23:04:20
In article <41727790.1040906_at_[hidden]>, Maciej Sobczak wrote:
>
> I have just moved the SOCI project to SourceForge, to gain some
> attention of develpers who may have expertise in interfacing with
> database engines other than Oracle:
>
> http://soci.sourceforge.net/
>
> The idea was to enable users with simple needs to write simple code.
> Yes, complete and sophisticated DB library is a huge effort, but
> straightforward solutions seem to fit the bill in most of the cases.
Actually I think you have done a good chunk of the work already.
SOCI looks to be just a few features away from being complete:
o explicit support for stored procedures
o bulk updates
o result set meta-data
Have you considered these features and how they might be exposed
through soci?
Steve