INPUT/OUTPUT parameters and stored procedure
Posted: Sat 03 Dec 2011 21:56
Hi,
if I create a PgSqlCommand with parameters and the parameters direction is INPUT/OUTPUT, then after executing command the parameter values are not changed though they were modified on the server. If the param direction is OUTPUT only, it works as expected. I found the same issue at these Forums (http://www.devart.com/forums/viewtopic. ... 7d48680e55) but regarding SQL server (not Postgres) - the reply was that you reproduced the behaviour and it is really an issue. But it was in 2008 - any progress made since then?
(Duplicating parameters, one for INPUT and one for OUTPUT is a workaround, but not a solution).
Thanks for the reply.
if I create a PgSqlCommand with parameters and the parameters direction is INPUT/OUTPUT, then after executing command the parameter values are not changed though they were modified on the server. If the param direction is OUTPUT only, it works as expected. I found the same issue at these Forums (http://www.devart.com/forums/viewtopic. ... 7d48680e55) but regarding SQL server (not Postgres) - the reply was that you reproduced the behaviour and it is really an issue. But it was in 2008 - any progress made since then?
(Duplicating parameters, one for INPUT and one for OUTPUT is a workaround, but not a solution).
Thanks for the reply.