I have a huge application written using the BDE that I'm porting to ODAC.
I've used your "BDE Migration Wizard" to replace BDE controls with ODAC replacements.
As a result all the parameters in the Params property are lost for TStoredProc's.
When using TStoredProc (BDE) after setting the package name the Params are filled automagically - as soon as you set the SP name.
When using TORAStoredProc I need to click the "Execute" button (on the stored proc "editor") or set Activate to true at design time.
Is there a way to grab parameters without the need to "Execute" every single SP?
p.s.
To make it even more complicated
Thus, I'm opening CDS's *not* SPs.