d***@trustmark.com
2007-08-24 17:12:50 UTC
This is a C#.NET application, which calls a stored procedure via DB2 Connect 8.1 version. I use ODBC.NET driver.
The stored procedure returns three parameters. The first two are CHAR type and the third one is CLOB. When I execute the query, I get the first two values but the CLOB value comes as DBNULL. No error is thrown.
After reviewing, the CLOB data is being populated on the mainframe, but when we attempt to access the output Clob parameter , no data is present. Has anyone seen this before?
Any information anyone can provide would be greatly appreciated.
The stored procedure returns three parameters. The first two are CHAR type and the third one is CLOB. When I execute the query, I get the first two values but the CLOB value comes as DBNULL. No error is thrown.
After reviewing, the CLOB data is being populated on the mainframe, but when we attempt to access the output Clob parameter , no data is present. Has anyone seen this before?
Any information anyone can provide would be greatly appreciated.