R
Ray Valenti
Saving the current date to an Access Database returns an error.
this.dsMain1.Tables["Links"].Rows[0]["LastEdit"]= DateTime.Today.ToString();
this.oleDbDataAdapter1.Update(this.dsMain1,"Links");
Tried several formats, Convert function. Should have been simple.
Waz up with this?
this.dsMain1.Tables["Links"].Rows[0]["LastEdit"]= DateTime.Today.ToString();
this.oleDbDataAdapter1.Update(this.dsMain1,"Links");
Tried several formats, Convert function. Should have been simple.
Waz up with this?