Eva Spühler
25.02.2019
06.03.2019
...
Ls_Sql = "INSERT INTO SSL_TeacherPayment (" + "s_Comment, " + "s_Editor, " + "i_SSE_CostUnitID) " + "VALUES (" + "'E-Learning Lektionen', " + "'SMT', " + NumToString(Li_CostUnitID) + ")";
ExecuteSQL(Ls_Sql, 100);
---