Ah - I forgot to execute the thing - added this -

SQLCMD.ExecuteNonQuery()

Clicking the button on the form appears to do nothing, but if I stop the program and start it up again the DataGridView is updated with the added data... I thought DataGridView2.Refresh() would do that right after I clicked the button... gonna go poke around the net some more.