[Orclib-users] OCILIB vs OCCI
Open source C and C++ library for accessing Oracle Databases
Brought to you by:
vince_del_paris
From: xavier l. <lho...@gm...> - 2013-08-06 18:59:37
|
Hi We wrote a software few years ago which use OCCI to connect to oracle 9.x. The software was written with visual c++ 2005 on win32... I tryed to build a new version with oracle 11.2, visual studio 2012 on x64, and OCCI but I encounter heap corruption after calling getString(apparently it's a famous problem due to inconsistency between version of the compiler used and the OCCI sdk see on google OCCI getString). I'm disappointed with OCCI because I can't obtain a version compliant with my environment (visual studio 2012,x64,oracle 11.2.0.1) Then I wonder If I would have more chance using OCILIB with visual studio 2012,x64,oracle 11.2.0.1 and if anybody has experience porting code from OCCI to OCILIB ? best regards xlhomme |