Hi, I'm not familiar with the properties if an OUT parameter of C# but a SP can be invoked in dbaccess like this:
Code:
EXECUTE PROCEDURE test(argument)
Regards
BTW. It seems to me that your parameter declaration '(OUT paramOut_ integer)' is incorrect. At least, I know nothing of the usage of variabletype specifiers in Informix SPL except from 'GLOBAL'. If it's used this way in C# for invoking the SP don't repeat the specification in the SP definition and use only '(paramOut_ INTEGER)' instead.