CLOB fields brock
hello,
I need help...rsrs
I have a query that return only one CLOB field and only one line, of oracle and in field have a xml.
if use pResultSet.Get the string truncate the xml.
I want display the xml as a service, because have many lines... i don't need iterate in xml, only get to oracle and display as xml soap.
any tip help.
thk
Product version: Ensemble 2017.1
$ZV: 2017.2.2 (Build 865U)
If you're working with an Ensemble SQL operation, then pResultSet is an EnsLib.SQL.GatewayResultSet object. Have a look at the HasDataStream and GetDataStream methods.