Wrox Home  
Search P2P Archive for: Go

  Return to Index  

ado_dotnet thread: DB2/400 Stored Procedure Output Parameters with OLEDB


Message #1 by "Chris Reigle" <creigle@k...> on Mon, 10 Jun 2002 21:32:38
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

  Return to Index