mirror of
https://github.com/KeymonSoft/Kelloggs_V3.git
synced 2026-04-20 14:19:23 +00:00
...
This commit is contained in:
@@ -1800,6 +1800,7 @@ Sub JobDone(Job As HttpJob)
|
||||
Dim DIA_VISITA As String = records(RESULT.Columns.Get("DIA_VISITA"))
|
||||
Starter.skmt.ExecNonQuery2("delete from CAT_VARIABLES where CAT_VA_DESCRIPCION = ?", Array As Object ("DIA_VISITA"))
|
||||
Starter.skmt.ExecNonQuery2("INSERT INTO CAT_VARIABLES(CAT_VA_DESCRIPCION, CAT_VA_VALOR) VALUES (?,?)", Array As Object ("DIA_VISITA",DIA_VISITA))
|
||||
Log(DIA_VISITA)
|
||||
'Msgbox(DIA_VISITA, "") 'ignore
|
||||
Next
|
||||
End If
|
||||
|
||||
Reference in New Issue
Block a user