We are currently migrating PB8 application to PB12.5(classic)
DBMS is using the ODBC/MP driver.
Driver 2.10.20508.18 HP
The database backend is NonStopSQL.
We have a Run time issuee with Executing Stored Procedures.
We connect using: DBMS=ODBC
SQLCA.DBParm = "ConnectString='DSN=Tandem ODBC',DisableBind=1"
( set run time)
All works pewrfectly with PB8 (same driver, same database)
but not with PB12.5 classic version.
SQLBindParameter will return code -1 when trying to bind input parameters to a compiled SQL statement when EXECUTE command for Stored Procedure is called
Error SQLSTATE = S1004
Any ideas would be greatly appreciated.
Anna