|
 |
asp_databases thread: ASP database
Message #1 by "Neetu Dhatt" <neetu_dhatt@h...> on Fri, 06 Dec 2002 08:09:06 +0000
|
|
I am trying to add a record to the access database through ASP page. This is the exact code from Beginning Active Server Pages 3.0
, chapter 15. But for some reason I am getting an error at
rsUsers.addnew
The error is" Database cannot be updated. Database is read only"If someone know how to fix it please help me
Tired of spam? Get advanced junk mail protection with MSN 8.
Message #2 by Nikos <pappas@c...> on Fri, 06 Dec 2002 10:44:03 +0200
|
|
You could check the database
but I thing is not the database
Check if the folder where the database resides
has write permissions.
Maybe it will help
Regards
Nikos
At 10:09 =F0=EC 6/12/2002, you wrote:
>I am trying to add a record to the access database through ASP page. This
>is the exact code from Beginning Active Server Pages 3.0 , chapter
>15. But for some reason I am getting an error at
>rsUsers.addnew
>The error is" Database cannot be updated. Database is read only"If
>someone know how to fix it please help me
>
>
>
>
>
>
>
>Tired of spam? Get advanced junk mail protection with MSN 8.
>
Message #3 by Chetan Kelkar <kelkar.c@e...> on Sat, 7 Dec 2002 09:03:42 +0530
|
|
check the physical database if it is read only. ie. right click on
database
icon, chose properties, in the properties, look for attributes, if read
only
is ticked then remove it. this cud solve the problem, in any case the
problem persists, then it has got something to do with the type of
recordset
you are trying to open, look for more information on lock types in the
book.
hth,
chetan
-----Original Message-----
From: Neetu Dhatt [mailto:neetu_dhatt@h...]
Sent: Friday, December 06, 2002 1:39 PM
To: ASP Databases
Subject: [asp_databases] ASP database
I am trying to add a record to the access database through ASP page.=A0
This
is the exact code from Beginning Active Server Pages 3.0 , chapter
15.=A0 But
for some reason I am getting an error at
rsUsers.addnew
The error is" Database cannot be updated.=A0 Database is read only"If
someone
know how to fix it please help me
=A0
=A0
Tired of spam? Get advanced junk mail protection with MSN 8.
--------------------------------------------------------------
Eurasia Group of Companies, Mumbai, India
|
|
 |