![]() |
Sergey Kornilov admin 6/26/2007 |
Not clear if you like to send the email one time per edit or per the whole record existence. |
D
|
dlangham author 6/26/2007 |
Hi Sergey, |
![]() |
Sergey Kornilov admin 6/26/2007 |
Here is the sample code: set rstmp = Server.CreateObject("ADODB.Recordset") |
D
|
dlangham author 6/27/2007 |
Hi Sergey, set rstmp = Server.CreateObject("ADODB.Recordset") |
![]() |
Sergey Kornilov admin 6/27/2007 |
Spaces are not allowed in variable names. |
D
|
dlangham author 6/27/2007 |
Thanks for that, below is the code I have at the minute and has fixed the error I was getting, but I am getting this now and cannot work it out what is wrong after an edit.
|
![]() |
Sergey Kornilov admin 6/27/2007 |
Dale, |
D
|
dlangham author 6/28/2007 |
Sergey,
|
![]() |
Sergey Kornilov admin 6/28/2007 |
Which query gives you this error? |
D
|
dlangham author 6/29/2007 |
Sergey, dbConnection.Execute "update " & [Parking Details] & " set MailSent1=1 where " & where
|
![]() |
Sergey Kornilov admin 6/29/2007 |
Dale,, |
D
|
dlangham author 7/2/2007 |
Sergey, |
![]() |
Sergey Kornilov admin 7/2/2007 |
Dale, dbConnection.Execute "update " & [Parking Details]& " set MailSent1=1 where " & where
Response.Write "update " & [Parking Details] & " set MailSent1=1 where " & where dbConnection.Execute "update " & [Parking Details] & " set MailSent1=1 where " & where |