ref_cursor IN support, and COM+ transactional support

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
Ghost

ref_cursor IN support, and COM+ transactional support

Post by Ghost » Sat 25 Jun 2005 17:12

Can you tell me if this driver supports ref_cursor IN for passing recordsets into a PL/SQL procedure?

What about COM+ distributed transactional support?

Paul
Posts: 725
Joined: Thu 28 Oct 2004 14:06

Post by Paul » Mon 27 Jun 2005 06:48

You cannot pass ref_cursor into a PL/SQL procedure. It is not supported in OCI. The best way to pass recordes is to use OracleArray parameter. Please see OraDirect .NET documentation how to do this.
COM+ Distributed transactional is not supported in OraDirect .NET

Post Reply