Page 1 of 1

UniDac 3.0.0.2 - C++ 2009 - ODBC

Posted: Thu 17 Sep 2009 07:13
by duffo64
Hi all,

I am trying to invoke an stored procedure via the new ODBC provider.
Cannot investigate further, but I have problems with strings.

Quick recap:

Must invoke an Informix SP with 9 params; first 8 are ints, last is char(15).
From TuniStoredProc side, the string parameter has a length of 9 chars.
When I invoke the SP, I receive an error from the DB side that seems related to the parameter string length.

Looks like the length of the string become altered is some way.

Sorry about lack of some infos, but I cannot have the source of the stored procedure.

Thanks in advance.

Claudio Duffini

Posted: Fri 18 Sep 2009 08:16
by Plash
Please specify the error message that you receive.