in reply to Re: DB -> C++ -> XS/Swig -> DBI -> Perl
in thread DB -> C++ -> XS/Swig -> DBI -> Perl

Apologies: Oracle 10, on Solaris 5.10, using ProC/C++ and Sun C++ 5.9. Perl is 5.8. It's a typical Oracle Connection instance which is returned.
  • Comment on Re^2: DB -> C++ -> XS/Swig -> DBI -> Perl

Replies are listed 'Best First'.
Re^3: DB -> C++ -> XS/Swig -> DBI -> Perl
by Jenda (Abbot) on Jan 29, 2014 at 12:23 UTC

    Have a look at the ora_use_proc_connection option in DBD::Oracle docs. Maybe that can be used to create a DBI object for the connection you get from the C++ method.

    Jenda
    Enoch was right!
    Enjoy the last years of Rome.

      Hmm, interesting tip, thanks. Definitely worth digging into.