Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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);

 

Siehe auch

---