Dear Armando,
This is really very beautiful!
Now it's work perfectly!!
GREAT !
I don't use TIMESTAMP field, instead I use two fields
Code: Select all | Expand
"PRO_FDC DATE NOT NULL COMMENT 'Fecha de actualización'," +;
"PRO_HRA TIME NOT NULL COMMENT 'Hora de actualización'," +;
And I udpate them as follow
Code: Select all | Expand
"pro_fdc = CURDATE(), " + ;
"pro_hra = CURTIME() " + ;
Regards