Anna
unread,Oct 21, 2013, 4:11:05 PM10/21/13You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
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