Update Date field

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In order to update the date properly, should I add anything before and after
the variable dte_send_again?

str_update_command = "UPDATE web_tbl_emails SET dte_resend= " +
dte_send_again +", str_mail_to='"+"ccc" + "' WHERE lng_id = "+
lng_id.ToString ();
 
rkbnair,

One in the top ten questions and answers in the dotnet programma language
newsgroups.

Use command parameters. However because of the fact that this is almost the
only thing that is different between OleDB and SQLclient, would you first
have to tell what you use before I can show you a link to that.

I hope this helps,

Cor
 
Back
Top