View Single Post
l00ka
Junior Member
Join Date: Sep 2012
Old 07-09-2020 , 12:53   Re: Problems with mysql table column
Reply With Quote #5

Quote:
Originally Posted by JocAnis View Post
Try with 'now()' on the exact place where is 'null' inserted
This is not working.

I also tried setting directly the value with a timestring.

HTML Code:
formatex(gszQuery, charsmax(gszQuery), "INSERT INTO `results` VALUES (%d, %d, 0, 1, 0, 0,'2029-01-01 23:59:59')", giPid[id], gMid); 
SQL_ThreadQuery(gTuple, "handleStandard", gszQuery);
but this also doesn't work...
l00ka is offline