[Info-ingres] RE: returning a single value from a database procedure in .NET



Hi Morgan,

Your procedure requires three parameters. The "out_userid" parm needs
to be the last parm and needs a parm3.Direction of
ParameterDirection.Output.

The ParameterDirection.ReturnValue in a CommandType.StoredProcedure is a
bug and will be fixed in a future build.

Hope this helps,
Dave


.



Relevant Pages