Subject Re: c++ api
Author Fabrice Aeschbacher
Yves,

We use SQLAPI++ (from www.sqlapi.com), and are very happy with it.
Very easy to use, chipped with source code, available under windows &
linux. Can also be used with many other rdbms (oracle, ms/sql, ...)

Small ex:

SACommand cmd(
&Connection,
"insert into employees (name, age, comment) values (:1, :2, :3)"
);

cmd << "Roy Mann" << 42 << SANull();
cmd.Execute();

I cannot think of anything very much handier

Regards,
Fabrice
mailto:fabrice.aeschbacher@...


--- In ib-support@y..., Yves Glodt <yg@m...> wrote:
>
> Hello,
>
> I was looking for an (OS) c++ api for IB6 on Linux, and I only
found
> ibpp (http://ibpp.sourceforge.net/).
>
> I played a little around with it and it looks smooth, fast and
> lightweight (at first sight).
> However, the latest version (0.9.2) does not compile here (I
haven't
> looked into it), but 0.9.1 does.
> Is there any other ib c++ api?
>
> thank you,
>
> yg
>
>
> --
> (Note: new email address: yves@m...)
>
> Linux 2.4.10 #1 Sat Sep 29 13:46:30 CEST 2001 i686
> 6:11pm up 25 min, 1 user, load average: 0.11, 0.09, 0.03