Hi,
i have problems with the Package Generator Wizard.
Take a look for example at the dbms_metadata on oracle 10g.
The datatypes of the generated procedures are often wrong. For example the open procedure. The OBJECT_TYPE parameter should be a ftString but is generated as ftFloat.
Or, when the variant parameter option is activated, there is no way to create overloads, that's not good.
Greetings
Jens
Package Generator Wizard
We have fixed the problem with incorrect parameters datatypes. The fix will be included in the next build of ODAC.
Delphi distinguishes overloads by types and count of parameters. If all parameters have Variant type, Package Wizard cannot create valid overloads for any overloaded stored procedure because overloads can differ only by type of parameters.
Delphi distinguishes overloads by types and count of parameters. If all parameters have Variant type, Package Wizard cannot create valid overloads for any overloaded stored procedure because overloads can differ only by type of parameters.
We have enabled overloads for variant parameters. This change will be included in the next ODAC build. If a package contains overloads with the same parameters count, code generated by Wizard can be not compilable. In this case you should manually rename generated methods.
We have sent the Package Wizard with the fixes to your e-mail.
We have sent the Package Wizard with the fixes to your e-mail.