hello,
Could someone please either complete the query string or simply tell me how I can insert the timestamp or currenttime into and oracle database. It is not working for me
Code:
CurDate = sysdate
ssqlCheckBox = "INSERT INTO Survey_User_Answer(Survey_Id,Question_Id,Answer_Id,Date_Answer,User_ID) VALUES (" & SurveyID & ",'" & objRS("Question_Id") & "' , '" & answerChoices(answerChoice) & "' , '" & CurDate & "', 'user')"