How do you call a procedure within a package in MS VS.NET 2005 C#
594095Aug 21 2007 — edited Aug 27 2007I am pretty new to Oracle and I am trying to set up a datasource in VS.NET that makes a call to a stored procedure that is being used in a package. There is no option in the sqldatasource wizard that allows you to select a procedure inside of a package (only outside). I have downloaded the Oracle Developer Tools for MS VS.NET and couldn't find any components that could do what I'm trying to do included with that either. Please let me know the proper way of calling the procedure. Thanks!
Jason