Could someone help with the syntax for creating a cursor.
According to MSDN I need to add the word unique to the end but I have tried all sorts of things but with no success.
Keith
According to MSDN I need to add the word unique to the end but I have tried all sorts of things but with no success.
Code:
CREATE CURSOR SOLDIT (CODE C(10), QTY1 N(4), QTY2 N(4),SALE_NUM N(10), PRODUCT C(60), PRINCIPLE C(4))
* UNIQUE PRINCIPLE
Keith