#command SET TURBOREAD ON => Sx_SetTurbo( .t. )
generates internal error 9106, "hb_cdxIndexUnLockRead: bad count of locks."
Can we change the code ?
static BOOL hb_cdxIndexUnLockRead( LPCDXINDEX pIndex )
{
pIndex->lockRead--;
if ( HB_DIRTYREAD( pIndex->pArea ) )
{
if ( pIndex->lockRead < 0 )
pIndex->lockRead = 0;
return TRUE;
}
...
I don't know why lockRead are break with SET TURBOREAD ON
Best regards,
Miguel Angel Marchuet
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour