ado_dotnet thread: DB2/400 Stored Procedure Output Parameters with OLEDB
Has anyone been able to retrieve the value of output parameters from an AS400 stored procedure call using OleDb in .NET? The stored procedure is completing successfully and I can retrieve the value of the input parameters after the stored procedure is executed. I am able to retrieve the output parameter values from the same stored procedure if I use an ODBC connection, but would prefer to use OLEDB. Thanks
|





