[RESOLVED] DataGridView doesn't show my MySQL datetime-columns correctly Hi. I'm populating a datatable with some data from a MySQL-server, and then binding the datatable to a datagridview. Here's my code to populate the datatable:
vb.net Code: mycommand. CommandText = "SELECT runners.id AS id, runners.startno...