How to parse the sql::ResultSet to get the json::object?
Posted by: Ramesh Rao
Date: July 23, 2016 06:31AM

I have modified a sample program in Connector/C++ 1.1.7 to put a JSON_OBJECT into a table called 'test' with one column called 'id' which is of JSON type. When I query the 'test' table and get the sql::ResultSet object, I'm unable to convert the string into a json::object, though it shows up as a properly formed json string - e.g. {"name": "Ram"}. By the way, I'm using Ubuntu 14.04 LTS machine.

Options: ReplyQuote


Subject
Written By
Posted
How to parse the sql::ResultSet to get the json::object?
July 23, 2016 06:31AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.