bug report Oracle Package Wizard

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
henrivw
Posts: 2
Joined: Fri 11 Mar 2011 10:04

bug report Oracle Package Wizard

Post by henrivw » Fri 11 Mar 2011 10:21

I have a package declared as

PACKAGE pck_bug IS
TYPE ARRAYOFINTEGERS IS TABLE OF INTEGER INDEX BY BINARY_INTEGER;
PROCEDURE STOREMULTIPLE(MYNUMBERS IN ARRAYOFINTEGERS);
END;

The Oracle Package Wizard does not generate the correct procedure:
public void Storemultiple(decimal mynumbers)

I think it should be something like
public void Storemultiple(List mynumbers)

Best regards,
Henri

StanislavK
Devart Team
Posts: 1710
Joined: Thu 03 Dec 2009 10:48

Post by StanislavK » Fri 11 Mar 2011 17:16

Thank you for the report, we've reproduced the issue. We will investigate it and post here about the results.

StanislavK
Devart Team
Posts: 1710
Joined: Thu 03 Dec 2009 10:48

Post by StanislavK » Tue 19 Apr 2011 12:10

We have fixed this issue. A decimal array parameter should be generated now in such situations. The fix is available in the new 6.10.141 version of dotConnect for Oracle. The new build can be downloaded from
http://www.devart.com/dotconnect/oracle/download.html
(the trial version) or from Registered Users' Area (for users with active subscription only):
http://secure.devart.com/

For more information about the fixes and improvements available in dotConnect for Oracle 6.10.141, please refer to
http://www.devart.com/forums/viewtopic.php?t=20789

Post Reply