Hi,
Greetings!
In the PowerScript, while declaring and executing the embedded stored procedure, it is giving parse error during runtime stating that stored procedure not found.
Upon debugging Server APIs, found that it is using below query to look for a particular stored procedure by firing the below SQL query.
Now this user_id function is returning the logged in user id whereas the procedure is under default dbo, hence the query could not find any stored procedure with the specific name.
Here obj.uid = 1 (dbo), but user id is any system generated number other than 1.
Please advise/ suggest.
PowerBuilder 2021 Build 1076
Sybase ASE 16, Web APIs connect via ODBC
PowerServer 2021 Beta
Thanks,
Nilotpal
Yes its working this way. Thanks for the advise.
But can you please confirm if it will be the same way in the final release, because we have so many embedded stored procedure declared and being executed from PowerBuilder script.
Thanks,
Nilotpal