cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

I am trying to create a datawindow based on a SP but I get this.

I'm using PB12  and SS 2008 (SQL Native Client).



at run time,

dw_1.setTrans(SQLCA)

dw_1.retrieve('10Z0122',2016,9)

Kindly shed some light on this.



Thank you very much!


0 Likes
View Entire Topic
Former Member
0 Likes

Try prefacing each argument name with "@", as in:

@empid = :empid, @sal_year = :sal_year, etc.