Hi Alan,
To create a typed DataSet in VS.NET 2005 with the return of a stored
procedure in Oracle, you can try the following steps:
1. Right click on the project and add a DataSet.
2. Double click on the DataSet in Solution Explorer to open the DataSet
designer.
3. Right click on the designer, select Add / TableAdapter from the popup
menu.
4. Follow the wizard, connect to the Oracle database and then set the
stored procedure as the insert command.
When you finished the wizard, the DataSet with the schema from the stored
procedure will be created.
Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."