Using ESQL, If I execute this statement: "Set NOCOUNT ON; Select Count(*) from Tempchk;" and then do a Saverecord on a table the system locks up!! However if I execute this statement: "Set NOCOUNT ON; Select Count(*) from Tempchk; Set NOCOUNT OFF;" and then do a Saverecord it does NOT lock up!! Can someone explain this? It appears that if the NOCOUNT is not set back to OFF it causes the system to lock up?