Oracle Packages in Server Explorer -
06-30-2003
, 07:40 AM
Before switching to VS.NET we used vb 6 enterprise to
create front ends for oracle databases. We were able to
browse procedures AND package.procedures in the oracle
database. After switching to vs.net 2002 we noticed that
we were no longer able to use the visual database tools to
implement package.procedures, only stand-alone procedures
and functions. Our solution was: Use vs.net 2003 with the
new oracle specific drivers. Great was our amazement that
the problem still remained, no drag and drop ( and
parameter generation ) for oracle package.procedures !!!
Even when adding an OracleCommand from the toolbox and
configuring it manually, we still get an error.
The only way we get the package.procedures to work, is by
coding them manually.
Is there a way around this, or is the only possibility
coding the package.procedures manually ? |