Tôi sẽ đề nghị sử dụng các tham số. cmd.Parameters.AddWithValue("@date", date.toString);
AddWithField
sẽ thực hiện chuyển đổi thích hợp.
Trạng thái InsertSQL của bạn trở thành:
sql = "INSERT INTO YTOODLE_LINKS (YTOODLE_LINKS.TASK_ID,YTOODLE_LINKS.LINK_TITLE,YTOODLE_LINKS.LINK_DESC,YTOODLE_LINKS.LINK_PATH,YTOODLE_LINKS.USER_ID,YTOODLE_LINKS.LAST_USER_EDIT)VALUES (1,'','','',2,'1',@date)";