REQUEST DBFCDX, DBFFPT
INIT PROCEDURE RddInit
RDDSetDefault( "DBFCDX" )
SET DBFLOCKSCHEME TO DB_DBFLOCK_VFP
Set( _SET_AUTOPEN, .t. )
Set( _SET_AUTORDER, 0 )
set( _SET_MFILEEXT, ".FPT" )
set( _SET_OPTIMIZE, .T. )
RETURN @ maxrow(),0 say 'Updating record...'
APPEND BLANK
IF ! neterr()
REPLACE field with data /*various data fields with data */
COMMIT
UNLOCK
END IF
@ maxrow(),0 say 'done updating record!'
Hi Tony,
we can assume, that concurrent locking generally works, right ?
You may check the Novell Client, i know that version for XP but not for Win7, and not NW6 ..
( on the 'N', right click, properties, extended properties: )
have there are at least two configuration points for file-caching (off) and file-commit (on)
best regards
Rolf
Is is possible that index corruption could have occurred previously, resulting in the apparent endless loop?