Hello -

I am writing VB.NET applications. We have a SQL Server 2005 environment and also many applications running on the AS400 using DB2 databases. I like to use Stored Procedures any time I do SELECT, UPDATE, DELETE, INSERT into databases.

We have the IBM DB2 for i5/OS .NET Provider V6R1. We use Visual Studio 2005.

I have written a number of stored procedures on the AS400 DB2 which SELECT data. I...