Hello All,
I’ve got an Oracle 9i package stored procedure that returns XML in an output parameter. The output parameter was XMLType, but since OO4O doesn’t support XMLType I’ve changed the parameter to CLOB. I’ve tested the procedure in an ASP.NET 2.0 page (using ODP.NET) and it works, but now I have a classic ASP page that needs to use the same stored procedure. I’m having trouble retrieving this CLOB parameter in classic ASP (using OO4O). Has anyone ever done this before that can share some code with me?
Thanks in advance,
Mike
I’ve got an Oracle 9i package stored procedure that returns XML in an output parameter. The output parameter was XMLType, but since OO4O doesn’t support XMLType I’ve changed the parameter to CLOB. I’ve tested the procedure in an ASP.NET 2.0 page (using ODP.NET) and it works, but now I have a classic ASP page that needs to use the same stored procedure. I’m having trouble retrieving this CLOB parameter in classic ASP (using OO4O). Has anyone ever done this before that can share some code with me?
Thanks in advance,
Mike