I know I've missed something somewhere and I can't find any reference to it so far,
but, how does one make ("un-make") a READ-ONLY CURSOR?
 
When I attempt to execute :
 
   UPDATE +
      TEMP_MASTER +
   SET +
      CheckString = (.vCheckString) +
   WHERE +
      CURRENT OF cBuildCHKSTR
I'm getting the following error message :
 
   -ERROR- Illegal use of a read-only cursor. (3007)
 
I seem to recall that a cursor can be read-only,
but I haven't (yet) found any reference thereto
in the magnetic or paper reference materials I have.
 
 
TIA,
Steve in Memphis

Reply via email to