1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
>> TFDCustomCommand.Prepare [Command="update Planning_Salarie set Jeudi_Matin=NULL where id = '5850'"]
. CreateCommand [ConnectionDef=""]
. L'adaptateur FHebdo.cmd est recensé avec le client
>> FHebdo.cmd.Prepare [Command="update Planning_Salarie set Jeudi_Matin=NULL where id = '5850'"]
. Preprocessed [CMD="update Planning_Salarie set Jeudi_Matin=NULL where id = '5850'", FROM="", VP=0, VPE=0, OBP=0, CK=7]
. mysql_stmt_init [mysql=$07314A48, Result=$00000000]
. mysql_stmt_prepare [stmt=$0734A8F8, q="update Planning_Salarie set Jeudi_Matin=NULL where id = '5850'"]
. mysql_stmt_param_count [stmt=$0734A8F8, Result=0]
. mysql_stmt_field_count [stmt=$0734A8F8, Result=0]
. mysql_stmt_attr_set [stmt=$0734A8F8, option=0, arg=0]
. mysql_stmt_attr_set [stmt=$0734A8F8, option=2, arg=50]
<< Prepare [Command="update Planning_Salarie set Jeudi_Matin=NULL where id = '5850'"]
<< TFDCustomCommand.Prepare [Command="update Planning_Salarie set Jeudi_Matin=NULL where id = '5850'"]
>> TFDCustomCommand.InternalExecute [Command="update Planning_Salarie set Jeudi_Matin=NULL where id = '5850'", ATimes=0, AOffset=0, ABlocked=False]
>> Execute [Command="update Planning_Salarie set Jeudi_Matin=NULL where id = '5850'", ATimes=0, AOffset=0]
. mysql_stmt_execute [stmt=$0734A8F8]
. mysql_stmt_field_count [stmt=$0734A8F8, Result=0]
. mysql_info [res="Rows matched: 1 Changed: 1 Warnings: 0"]
. mysql_stmt_affected_rows [stmt=$0734A8F8, Result=1]
. mysql_stmt_insert_id [stmt=$0734A8F8, Result=0]
<< Execute [Command="update Planning_Salarie set Jeudi_Matin=NULL where id = '5850'", ATimes=1, AOffset=0, RowsAffected=1, RowsAffectedReal=True, ErrorAction=5]
. TFDCustomCommand.InternalExecuteFinished [Command="update Planning_Salarie set Jeudi_Matin=NULL where id = '5850'", AState=2, FRowsAffected=1]
<< TFDCustomCommand.InternalExecute [Command="update Planning_Salarie set Jeudi_Matin=NULL where id = '5850'", ATimes=0, AOffset=0, ABlocked=False]
>> TFDCustomCommand.Prepare [Command="select Jeudi_Matin from Planning_Salarie where idSalarie = 10 and annee = 2020 and semaine = 53 and affaire = '17070011'"] |
Partager