Joined: Tue Jan 05, 2010 5:45 am Posts: 1
|
I am using stored procedure to get the data from multiple tables. Stored procedure will return a syscursor. When I am calling the SP it is giving error as ■could not read column value from result set: INVVAL1_1565_1_; Invalid column name ■SQL Error: 17006, SQLState: null ■Invalid column name
I dont have the column name INVVAL1_1565_1_ in Stored Procedure. I am uable to understand from where this column name came? I am not able to proceed further because of this error. thanks in advance for the help.
|
|