Ditto, I regular use temp tables and cursors and have no problem. Assuming that you're sure that the table exists then try looking at spelling of the table name in your app or for a DISConnect in your app _after_ you've created the table and _before_ your cursor calls.
Regards, Alastair. ----- Original Message ----- From: "Walker, Buddy" <[EMAIL PROTECTED]> To: "RBASE-L Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, February 27, 2003 6:03 PM Subject: [RBASE-L] - RE: DECLARE CURSOR problem Stan I just tried and it appears to be working ok. Buddy -----Original Message----- From: SureData [mailto:[EMAIL PROTECTED] Sent: Thursday, February 27, 2003 11:58 AM To: RBASE-L Mailing List Subject: [RBASE-L] - DECLARE CURSOR problem Can someone try out DECLARE CURSOR on a temporary table? I received an error message saying that the temporary table is undefined. DECLARE CURSOR still works without problem on permanent tables. I am using the latest RBW 6.5++, Build 1.864xRT03 (Patch 4). Patch 3 or earlier did not give me a problem like this. Thanks Stan Loo

