|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Runtime error 3027
hi,
I am getting the error as runtime error 3027! cannot update, database or object readonly i am using dao code Code:
set rst=db.openrecordset("tablename")
while ...
rst.addnew
rst![fieldname]= "aaa"
rst.update
wend
even the query fired in access query is not affecting the recordset of the table could you suggest for this Thanking you in advance |
|
#2
|
||||
|
||||
|
sounds like permissions issue.
your user account does not have write permissions over the database file. |
|
#3
|
|||
|
|||
|
You're using DAO, have you included a reference to the DAO libraries in your VB code?
__________________
====== Doug G ====== I didn't attend the funeral, but I sent a nice letter saying I approved of it. --Mark Twain |
![]() |
| Viewing: ASP Free Forums > Programming > Visual Basic Programming > Runtime error 3027 |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|