|
hi ..
IM getting the below error :
Microsoft JET Database Engine error '80004005'
Operation must use an updateable query.
/paydayx/saveApp.asp, line 14
attempting to write to a database uing thebelow code :
nameSQL = "insert into personal (title, first_name, surname, address, post_code, home_phone, mobile, fax, email_address) VALUES ('"&Session("strTitle")&" ','"&Session("strFirstName")&" ','"&Session("strSurname")&" ','"&Session("strAddress")&" ','"&Session("strPostcode")&" ','"&Session("strHomephone")&" ','"&Session("strMobile")&" ','"&Session("strFax")&" ','"&Session("streMail")&" ')"
Any idea why this is happenning.
cheers
|