0
I use this line to save the date when I upload some record to my comic
sql = "INSERT INTO ativacao (codigo, nomepc, data) VALUES (@codigo, @nomepc, curDate())";
this is only the first line and works very well, I can save the date of inclusion of that record, but I would like to enter together the time, la in my database already changed the field to DATETIME, but what would be the function that saves the time together?