I spent more and more time creating DB Wrappers for Oracle access. This seems to be a fairly general procedure, and I was wondering if there are code generators that generate access routes to Oracle PL / SQL stored procedures in C ++?
I am looking for a custom generation tool that could manage the connection and handle multiple threads if necessary. I know OCI / OCCI and the Oracle C ++ extension, but I'm looking for a clean self-contained C++ accessor generation tool .
Any advice is appreciated.
Thanks!
source share