update problem

L

Licass

i have this page that send an email after the user register. the user clik
the link in the email and when returned to my site theres a db rsults
region with this code UPDATE proprietarios SET activo= true WHERE
(proprietario = '::proprietario::' AND sessid = '::sessid::') and thats ok
with the parameters and the table/field information but the error is
returned
 
S

Stefan B Rusynko

Explain
What error occurs?

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


|i have this page that send an email after the user register. the user clik
| the link in the email and when returned to my site theres a db rsults
| region with this code UPDATE proprietarios SET activo= true WHERE
| (proprietario = '::proprietario::' AND sessid = '::sessid::') and thats ok
| with the parameters and the table/field information but the error is
| returned
|
|
 
Top