Current date into Access

  • Thread starter Thread starter Ray Valenti
  • Start date Start date
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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top