--- trunk/FlisServer/FlisServerDlg.cpp 2007/12/05 09:21:56 153 +++ trunk/FlisServer/FlisServerDlg.cpp 2007/12/05 11:54:09 158 @@ -741,6 +741,7 @@ CString SQL, Textwindow; SQL.Format("update command set executed=now() where id=%s",IDnr); db.ExecuteSQL(SQL); + Sleep(10); AppendText("Command executed"); } Sleep(150);