Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Can't update Database Readonly.

Author  Topic 

S_Muhilan
Starting Member

1 Post

Posted - 2007-03-02 : 00:38:12
I got the error Can't update Database Readonly when I updating sqlserver 2000 using JET ODBC.

I am getting error in one database. But my other database is open.

My SQLSERVER 2000 is developer edition.
Server OS : XP Professional.
Application is develed in VB 6.0

Help me.

S. Muhilan

eyechart
Master Smack Fu Yak Hacker

3575 Posts

Posted - 2007-03-02 : 00:52:07
is the database set to readonly? From enterprise manager right-click your database and select properties, then options tab. is the 'read only' checkbox checked?



-ec
Go to Top of Page

SwePeso
Patron Saint of Lost Yaks

30421 Posts

Posted - 2007-03-02 : 01:19:03
READONLY? Think about it. R-E-A-D-O-N-L-Y...
And you want to UPDATE and alter data to the database? With other words, you want to WRITE new data to the database?

Or is the Database named READONLY?
Show us your connectionstring.


Peter Larsson
Helsingborg, Sweden
Go to Top of Page
   

- Advertisement -