I am trying to write to a access database and i am getting the following error message:-
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Microsoft Access Driver] Operation must use an updateable query.
C:\INETPUB\WWWROOT\DIAGNOSTICS\../includes/databaseFunctions.asp, line 92
When i go to line 92 i get the following sub routine:-
sub updateDatabase(mySQL, rsTemp, scriptName)
call openDb()
set rsTemp=connTemp.execute(mySQL)
if err.number <> 0 then
if pTrapDbErrors=0 or (err.number<>9 and err.number<>5 and err.number<>6 and err.number<>13 and err.number<>94 and err.number<>424 and err.number<>3265 and err.number>-2000000000) then
response.redirect "comersus_supportError.asp?error="&Server.Urlencod e("Error in " &scriptName& ", error: "&Err.Description& " - Err.Number:"&Err.number&" - SQL:"&mySQL)
end if
end if
end sub
WHAT IS GOING ON!!!!
this is part of a shopping cart program, and guess what,,,
Comersus are not very help full i have had this problem for around 2wks and my employer is not happy because are site is down and were losing money.
SOMEBODY SAFE MY JOB