Hello Friends.
In a MySQL table I have a date type field that accepts null value,
when registering the record a date type value is saved in this field,
example 20210623, now how can I re-record NULL ?
BTW, I write all fields with this source code
I tried with
But it does not work
I know that with the INSERT command it is possible but there are
more than 50 tables, one prg for each table, and each table has
more than 100 fields
Regards
In a MySQL table I have a date type field that accepts null value,
when registering the record a date type value is saved in this field,
example 20210623, now how can I re-record NULL ?
BTW, I write all fields with this source code
STATIC FUNCTION Upgrade(oRsHdr)
IF lAddD02
oRsD02:AddNew()
oRsD02:Fields("D02_NUMPRO"):Value := oRsHdr:Fields("HDR_PRO"):Value
ENDIF
oRsD02:Fields("D02_FECVIS"):Value := oD02:FECVIS // Fecha de la visita
oRsD02:UpDate()I tried with
oRsD02:Fields("D02_FECVIS"):Value := NULL or NIL // Fecha de la visitaBut it does not work
I know that with the INSERT command it is possible but there are
more than 50 tables, one prg for each table, and each table has
more than 100 fields
Regards
SOI, s.a. de c.v.
estbucarm@gmail.com
http://www.soisa.mex.tl/
http://sqlcmd.blogspot.com/
Tel. (722) 174 44 45
Carpe diem quam minimum credula postero
estbucarm@gmail.com
http://www.soisa.mex.tl/
http://sqlcmd.blogspot.com/
Tel. (722) 174 44 45
Carpe diem quam minimum credula postero