Article ID: 125732
Article Last Modified on 11/17/2003
CREATE CURSOR test1 (field1 c(10)) && Field length is arbitrary
SELECT test1
IF UPPER(SYS(2011)) == 'EXCLUSIVE'
WAIT WINDOW "Cursor is Exclusive"
ELSE
WAIT WINDOW "Cursor is not Exclusive"
ENDIF
The first message "Cursor is Exclusive" will appear in the WAIT WINDOW.
Additional query words: VFoxWin FoxWin FoxDos SELECT-SQL locked
Keywords: KB125732