Olá Pessoal! Baixei um forum, mas tá dando erros na hora de configurar as opções. Alguém pode me ajudar? Os erros são os seguintes: Microsoft OLE DB Provider for ODBC Drivers error '80004005' [Microsoft][ODBC Microsoft Access Driver] Cannot update. Database or object is read-only. /Forum/comname.asp, line 18 O scritp desse erro tá abaixo: <html>
<head>
<meta http-equiv="refresh" content="2;URL=option.asp">
<title>Saveings information</title>
</head>
<body style="font-family: Verdana; font-size: 8pt; text-decoration: none"
link="#000000" vlink="#000000" alink="#000000">
<%
If Session("logged") = 1 and Session("access") = 2 Then
%>
<!-- #include file="adovb script:
<html>
<head>
<meta http-equiv="refresh" content="2;URL=option.asp">
<title>Saveings information</title>
</head>
<body style="font-family: Verdana; font-size: 8pt; text-decoration: none"
link="#000000" vlink="#000000" alink="#000000">
<%
If Session("logged") = 1 and Session("access") = 2 Then
%>
<!-- #include file="adovb script:
<html>
<head>
<meta http-equiv="refresh" content="2;URL=option.asp">
<title>Saveings information</title>
</head>
<body style="font-family: Verdana; font-size: 8pt; text-decoration: none"
link="#000000" vlink="#000000" alink="#000000">
<%
If Session("logged") = 1 and Session("access") = 2 Then
%>
<!-- #include file="adovb script:
<html>
<head>
<meta http-equiv="refresh" content="2;URL=option.asp">
<title>Creating a new forum</title>
</head>
<body style="font-family: Verdana; font-size: 8pt; text-decoration: none"
link="#000000" vlink="#000000" alink="#000000">
<%
If Session("logged") = 1 and Session("access") = 2 Then
%>
<!-- #include file="adovbs.inc"-->
<!-- #include file="inc_dbrunner.asp"-->
<%
Addera = "SELECT * FROM forum"
RecSet.Open Addera, Connect, adOpenStatic, adLockOptimistic
RecSet.AddNew
RecSet("name") = Request.Form("name")
RecSet("modsonly") = Request.Form("moderators")
RecSet.Update
%>
<!-- #include file="inc_closedb.asp"-->
<center>Creating forum...</center>
<%
Else
%>
<center>Your access level is too low too preform this action.</center>
<%
End If
%>
</body>
</html>