-
Akash Baghel
- PowerBuilder
- Monday, 4 May 2026 10:29 AM UTC
Hi Team,
I am facing an issue while calling a stored procedure from a PowerBuilder application.
Earlier, my database connection was configured as:
DBMS="OLE DB"
PROVIDER="SQLOLEDB"
With this configuration, the stored procedure was working fine and no error was returned.
Recently, I updated the connection settings in the INI file to:
DBMS="MSOLEDBSQL SQL Server"
PROVIDER="MSOLEDBSQL"
After this change, I am facing the following problem:
When I execute the stored procedure, the data is updated successfully in the database.
However, the PowerBuilder application shows an error message, and SQLCA.SQLCode is returned as -1.
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.