You cannot use named parameters with Informix/ODBC. They must be unnamed parameters (question marks)...at least it did not work for me and what I have read says you can't use...
The post you referred me to is regarding multiple values on a single parameter that is not using a stored procedure. I have 3 different parameters. I...