Associative arrays in Direct Mode "Specified method not supported"

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Thu 21 Sep 2006 12:30

Please describe the problem in detail. What is meant by "assoicative arrays"?
Send us small test project if possible to reproduce the problem; it is
desirable to use 'scott' schema objects, otherwise include definition of
your own database objects. Do not use third party components.
If it is impossible for you to create test project please send us a piece of
your code where the error occurs.
Last edited by Alexey on Mon 27 Nov 2006 08:18, edited 1 time in total.

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Fri 22 Sep 2006 11:36

This functionality is not supported for stored procedures.

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Fri 22 Sep 2006 14:30

No, it is peculiarity of direct mode implementation.

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Fri 22 Sep 2006 16:02

Why don't you use insert queries without wrapping them within stored procedures?

Post Reply