Attachment 94333
Date column is datetime, how to fix this problem?
Code:
Do While rs.Read
dataGridView1.Rows.Add(rs("DATE"), rs("TITLE"), rs("URL"))
Loop