Hi, I am getting the following output from the ASP update statement.
however, the data is not being written to the DB, any hints?
Richard Noon
however, the data is not being written to the DB, any hints?
Code:
UPDATE tblUsers SET tblUsers.[Password] = 'Nk9100' , tblUsers.E_Mail = 'richardn@davidmasonconsultancy.co.uk' , tblUsers.Sec_Ans = 'Alfred' , tblUsers.Post_Code = '' , tblUsers.First_Name = '' , tblUsers.Last_Name = '' , tblUsers.Birth_Year = '' , tblUsers.County = '' , tblUsers.Country = '' , tblUsers.Nationality = '' , tblUsers.Address = '39, Broadlands Road Meltham Holmfirth' , tblUsers.OtherPermit = '' , tblUsers.Required = '' , tblUsers.PersonTelephoneNoH = '' , tblUsers.PersonTelephoneNoW = '01484319112' , tblUsers.CareerDetail = 'I am a twat' , tblUsers.[URL unfurl="true"]www =[/URL] '' , tblUsers.Gender = '', tblUsers.Sec_ques = 'What is your Pet Name?' tblUsers.DistributionLogistics = '' tblUsers.ManOps = 'on' tblUsers.StratDev = 'on' tblUsers.AccountFin = '' tblUsers.CorpFin = 'on' tblUsers.ITDeploy = 'on' tblUsers.ITDesign = '' tblUsers.ITOther = '' tblUsers.Marketing = 'on' tblUsers.HumanResources = '' tblUsers.Sales = '' tblUsers.Purchasing = 'on' tblUsers.Automotive= 'on' tblUsers.ECommerce = 'on' tblUsers.Energy = 'on' tblUsers.FinServices = 'on' tblUsers.ITIndustry = '' tblUsers.LeisureIndustry = '' tblUsers.HealthIndustry = 'on' tblUsers.ManufacturingEngineering = 'on', tblUsers.NotForProfit = '' tblUsers.Publishing = '' tblUsers.Retail = 'on' tblUsers.Telecoms = 'on' tblUsers.TransportationIndustry = '' tblUsers.UtilityIndustry =
Richard Noon