Call to Oracle stored procedure by UniCommand

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for universal data access
Post Reply
mlagasio
Posts: 43
Joined: Mon 14 Mar 2011 13:42

Call to Oracle stored procedure by UniCommand

Post by mlagasio » Tue 20 Nov 2012 13:03

Hi,

I've seen (by UniMonitor) that if I call an Oracle Procedure by UniCommand there is an (implicit) Open Connection to db when define parameters before the moment I open explicitly the connection from c# (with connection.Open).

Could you confirm this?. Why?

Best Regards, Marco

mlagasio
Posts: 43
Joined: Mon 14 Mar 2011 13:42

Re: Call to Oracle stored procedure by UniCommand

Post by mlagasio » Tue 20 Nov 2012 13:08

I use dotconnect Universal 3.20.59

Regards

Pinturiccio
Devart Team
Posts: 2420
Joined: Wed 02 Nov 2011 09:44

Re: Call to Oracle stored procedure by UniCommand

Post by Pinturiccio » Wed 21 Nov 2012 14:04

We have reproduced the issue. We will investigate it and notify you about the results as soon as possible.

Pinturiccio
Devart Team
Posts: 2420
Joined: Wed 02 Nov 2011 09:44

Re: Call to Oracle stored procedure by UniCommand

Post by Pinturiccio » Fri 21 Dec 2012 14:03

We have fixed th bug with explicit connection opening when closed UniConnection is assigned to the UniCommand.Connection property.
The new build of dotConnect Universal 3.40.310 is available for download now!
It can be downloaded at http://www.devart.com/dotconnect/univer ... nload.html (trial version) or from Registered Users' Area (for users with valid subscription only).

Post Reply