cancel
Showing results for 
Search instead for 
Did you mean: 

How to get the debug sqlserver procedure calling from powerbuilder

Former Member
0 Kudos

How to get sqlserver debug while calling   the procedure from PowerBuilder. Please can you help

Many Thanks

Pol

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

You are better off doing this through the native SQL server tools.  You can debug your PB code to find the variables being sent to the stored proc (if any) from PB and then use them in SQL Server Management Studio or similar.

Former Member
0 Kudos

In the classic IDE, I don't think that is possible.