Date:  01/02/2003 02:06:35 PM Msg ID:  001181
From:  steve Thread:  001181
Subject:  Error Message Unable to open output file
I receiving the following error message Unable to open output file! when I try to retrieve a large set of records but when I filter down my records it works.
 
SELECT * FROM TABLE1 INTO CURSOR TEMP - Doesn't work
 
SELECT * FROM TABLE1 WHERE ORDATE = DATE() INTO CURSOR TEMP - works