can someone say how to handle CLOB datatype in SOCI C++?
I want to know how to read CLOB data column values in oracle using C++ SOCI.
I tried to use BLOB type in SOCI but It gives an error. Oracle error 932: inconsistent datatypes expected %s got %s ERROR
I have used following with google test and it works for me,