Below is the Insert statement:
Below is the response.write(strSQL) and page error
Can ANYBODY point out what is wrong?!
I have been through Access SQL thing with it, and it works, but it wont work from the page.
My boss needs this yesterday!!, please help!!!
Richard Noon
Code:
strSQL = "insert into tblUsers (UserID, First_Name, Last_Name, Password, Sec_ques, Sec_Ans, Birth_Year, Address, Post_Code, e_mail, www, Gender, County, Country, Nationality, Required, OtherPermit, DistributionLogistics, ManOps, StratDev, AccountCon, CorpFin, ITDeploy, ITDesign, ITOther, Marketing, HumanResources, Sales, Purchasing, Automotive, ECommerce, Energy, FinServices, ITIndustry, LeisureIndustry, HealthIndustry, ManufacturingEngineering, NotForProfit, Publishing, Retail, TeleComs, TransportationIndustry, UtilityIndustry, Other) values ('hometime', '" & First_Name& "', '" & Last_Name& "', '" & Password& "' , '" & Sec_ques& "', '" & Sec_Ans& "', '" & Birth_Year& "', '" & Address& "', '" & Post_Code& "', '" & e_mail& "', '" & www& "', '" & Gender& "', '" &County & "', '" &Country & "', '" &Nationality & "','" &Required & "','" & OtherPermit& "','" & DistributionLogistics& "','" & ManOps& "','" & StratDev& "','" & AccountCon& "','" & CorpFin& "','" & ITDeploy& "','" & ITDesign& "','" & ITOther& "','" & Marketing& "','" & HumanResources& "','" & Sales& "','" & Purchasing& "','" & Automotive& "','" & ECommerce& "','" & Energy& "','" & FinServices& "','" & ITIndustry& "','" & LeisureIndustry& "','" & HealthIndustry& "','" & ManufacturingEngineering& "','" & NotForProfit& "','" & Publishing& "','" & Retail& "','" & TeleComs& "','" & TransportationIndustry& "','" & UtilityIndustry& "','" & Other& "');"
Below is the response.write(strSQL) and page error
Code:
estrytyuitgwhjygtuhnjkmRequiredinsert into tblUsers (UserID, First_Name, Last_Name, Password, Sec_ques, Sec_Ans, Birth_Year, Address, Post_Code, e_mail, www, Gender, County, Country, Nationality, Required, OtherPermit, DistributionLogistics, ManOps, StratDev, AccountCon, CorpFin, ITDeploy, ITDesign, ITOther, Marketing, HumanResources, Sales, Purchasing, Automotive, ECommerce, Energy, FinServices, ITIndustry, LeisureIndustry, HealthIndustry, ManufacturingEngineering, NotForProfit, Publishing, Retail, TeleComs, TransportationIndustry, UtilityIndustry, Other) values ('hometime', 'tgwhj', 'ygtuhnjkm', 'Nk9100' , 'What is your Pet Name?', 'fred', '1955', 'drtfyghhjk', 'rfugyhjk', '', '[URL unfurl="true"]http://',[/URL] 'Female', '', 'United Kingdom', '','Required','','','ManOps','','','CorpFin','','','','','','','','','','','','','','','','','','Retail','','','','sxrdxctfvgbh');
Microsoft JET Database Engine error '80040e14'
Syntax error in INSERT INTO statement.
/verify_insert.asp, line 171
Can ANYBODY point out what is wrong?!
I have been through Access SQL thing with it, and it works, but it wont work from the page.
My boss needs this yesterday!!, please help!!!
Richard Noon