Hi ... i tryin to update my SQL using this method but it didn't update...Anyone have a better way to do this ?

------------------------------------------------------------
Code:
Case "OUT"

                Dim connectionstring As String = "Server=PENW3GFSB2S\SQLEXPRESS;Database=People;Trusted_Connection = yes"
                Dim query As String = "Update [Names] Set [TimeOut]=
...