Hello all,
I have a simple SQL table with a datetime field that has a default value of getdate().
I created a .net application using datagrids that connects to the sql table.
Here is the code in .CellValueChanged
Me.Validate()
Me.TblMemoBindingSource.EndEdit()
Me.TblMemoTableAdapter.Update(Me.GestionMemoDataSet.tblMemo)
All the data that I modified/created gets transfered to my sql table but my default date doesn't appear.
Please point me to the correct tutorial/answer, I'M GOING INSANE
Thanks
I have a simple SQL table with a datetime field that has a default value of getdate().
I created a .net application using datagrids that connects to the sql table.
Here is the code in .CellValueChanged
Me.Validate()
Me.TblMemoBindingSource.EndEdit()
Me.TblMemoTableAdapter.Update(Me.GestionMemoDataSet.tblMemo)
All the data that I modified/created gets transfered to my sql table but my default date doesn't appear.
Please point me to the correct tutorial/answer, I'M GOING INSANE
Thanks