Declare Cursor error in pro*c [message #94228] |
Mon, 24 May 2004 15:15 |
sundar
Messages: 23 Registered: May 2001
|
Junior Member |
|
|
Hi All,
I've prepared a SQL stmt and declared the cursor in function, and i'm trying to open the cursor in a different function. However, both functions are in same .pc file. While opening the cursor it says
Semantic error at line 368, column 24, file rating_commit_load.pc:
EXEC SQL OPEN ttl_ss_parts_curs
.......................1
PCC-S-02334, SQL identifier was not declared as a cursor
I've verified the cursor name, there is no name mismatch. Can some throw some light on this.
Thanks and Regards
Sundar.
|
|
|
|