Mar 17, 2002 #1 Jerish Programmer Joined Nov 25, 2001 Messages 13 Location IN Hi Guys, I want to close only a particular cursor programatically out of list of cursors available at that time . Is there any way to do it ? Thanks In Advance. DESS dess@satyam.net.in
Hi Guys, I want to close only a particular cursor programatically out of list of cursors available at that time . Is there any way to do it ? Thanks In Advance. DESS dess@satyam.net.in
Mar 17, 2002 #2 Guest_imported New member Joined Jan 1, 1970 Messages 0 Use In 'cursorname' This should close the cursor named 'cursorname' Upvote 0 Downvote
Mar 18, 2002 #3 weedz Programmer Joined Dec 5, 2000 Messages 718 Location NL Just some nitpicking: IF USED('cursorname') USE IN cursorname ENDIF HTH, Weedz (Edward W.F. Veld) My private project:http://www.crowncap.demon.nl\info\crwnbaseDownload the CrownBase source code !! Upvote 0 Downvote
Just some nitpicking: IF USED('cursorname') USE IN cursorname ENDIF HTH, Weedz (Edward W.F. Veld) My private project:http://www.crowncap.demon.nl\info\crwnbaseDownload the CrownBase source code !!