Forum Discussion

alibaba82's avatar
alibaba82
Super Contributor
17 years ago

Groovy Question sql.execute

Hello, I have a groovy statement boolean status = sql.execute("UPDATE dbo.aspnet_Membership set IsApproved = 1 where LoweredEmail=${Email}"); I check the database and verify that the update act...