开发者

Is there any way to connect to oracle db using simple c++ not vc++ or proc

I am struggling to connect to oracle db using GNU C++.Is there any library whic开发者_如何学运维h I have to install to connect to oracle db using simple c++ (oops).

Please provide me some sample code as well, this is new for me. Appreciate your help.

I asked a similar question before but forgot to mention that I am not using vc++ and proc.


You would need the oracle C++ libraries (OCCI) from oracle. You can find them here: http://www.oracle.com/technetwork/database/features/instant-client/index-097480.html

Google "Oracle OCCI tutorial" and you should find pretty much everything you need.


Check out SOCI. It supports several database backends, including Oracle, MySQL, Postgre, ODBC, etc. Using this library would make it easier for you to migrate your application to a different DB, if necessary.

There's a code sample here. And several more peppered in the documentation.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜