Can anyone tell me if informix pdo supports retrieving a result set from a stored procedure in the normal way?
It's telling me there are a wrong number of parameters. I've got the right number of input params. the output is a result set not a param. don't you get this using fetchAll()?
I've seen elsewhere that this is possible for other databases.
It's telling me there are a wrong number of parameters. I've got the right number of input params. the output is a result set not a param. don't you get this using fetchAll()?
I've seen elsewhere that this is possible for other databases.