Microsoft Access Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   ASP Free ForumsDatabaseMicrosoft Access Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread ASP Free Forums Sponsor:
  #1  
Old December 11th, 2003, 11:34 AM
JohnnyL JohnnyL is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Dec 2003
Posts: 6 JohnnyL User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
read only error in access 2000

I am getting a "read only error" when i open up my access 2000 database and my database is linked to a webpage. But once i reboot the server, everything is ok. The problem is that it is happening three or four times a day. I have gone to the tools/options and checked exclusive under the advance tab, but i am still having the same problem. Basically, my database is freezing up and not allowing my users to input any updates through the webpage.

Reply With Quote
  #2  
Old December 12th, 2003, 10:40 AM
JohnnyL JohnnyL is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Dec 2003
Posts: 6 JohnnyL User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Someone please help.

Reply With Quote
  #3  
Old December 15th, 2003, 06:26 PM
JohnnyL JohnnyL is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Dec 2003
Posts: 6 JohnnyL User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
C'mon there has got to be one genius out there. Please help a brotha out....lol.

Reply With Quote
  #4  
Old December 16th, 2003, 11:29 AM
sbaxter sbaxter is offline
Moderator: Access, SQL
ASP Free God (5000 - 5499 posts)
 
Join Date: Oct 2003
Posts: 5,126 sbaxter User rank is Corporal (100 - 500 Reputation Level)sbaxter User rank is Corporal (100 - 500 Reputation Level)sbaxter User rank is Corporal (100 - 500 Reputation Level)sbaxter User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 4 Days 1 h 2 m 51 sec
Reputation Power: 12
You are sure that you don't have any code the sets you DB to a read-only status?
S-

Reply With Quote
  #5  
Old December 17th, 2003, 09:50 AM
JohnnyL JohnnyL is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Dec 2003
Posts: 6 JohnnyL User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Yes, i've checked all the code. Its weird because all of sudden it stopped "freezing" up and i'm sure it will start doing it again in a couple of days. Any ideas?

Reply With Quote
  #6  
Old December 18th, 2003, 05:22 PM
JohnnyL JohnnyL is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Dec 2003
Posts: 6 JohnnyL User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
It also seems to start "freezing" up when the website is under heavy use or when my users are inputting many changes. Could there be a number of users restriction somewhere in my database?????

Reply With Quote
  #7  
Old December 19th, 2003, 12:15 PM
sbaxter sbaxter is offline
Moderator: Access, SQL
ASP Free God (5000 - 5499 posts)
 
Join Date: Oct 2003
Posts: 5,126 sbaxter User rank is Corporal (100 - 500 Reputation Level)sbaxter User rank is Corporal (100 - 500 Reputation Level)sbaxter User rank is Corporal (100 - 500 Reputation Level)sbaxter User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 4 Days 1 h 2 m 51 sec
Reputation Power: 12
How many users are hitting this Access DB at a time?

S-

Reply With Quote
  #8  
Old December 19th, 2003, 12:16 PM
JohnnyL JohnnyL is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Dec 2003
Posts: 6 JohnnyL User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Over 100 at any one time.

Reply With Quote
  #9  
Old December 19th, 2003, 01:02 PM
sbaxter sbaxter is offline
Moderator: Access, SQL
ASP Free God (5000 - 5499 posts)
 
Join Date: Oct 2003
Posts: 5,126 sbaxter User rank is Corporal (100 - 500 Reputation Level)sbaxter User rank is Corporal (100 - 500 Reputation Level)sbaxter User rank is Corporal (100 - 500 Reputation Level)sbaxter User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 4 Days 1 h 2 m 51 sec
Reputation Power: 12
Look up "Microsoft Access specifications' in the help, this will give you some general specifications about how many users can HIt Access at a time (MS claims 255 concurrent users), but I don't know how realistic that is. It will depend on how you have your recordlocking set up. I would look into how you are locking records. If I remember correctly access locks a page of records (can't remember how many records in a page), not one record at a time. It is possible that with that many users you could have users that are locking records and them have other trying to hit and edit a record in the same page and can't (woud be locked). It is also possible that you code doesn't close the record locks and is leaving the data locked when the users is done editing/adding the record.

I don't know what else to tell you, typically if I have that volume of concerent users I start looking for another DB. You could try MYSQL (it is free). I haven't done anything with it, but I know it is out there.

Good Luck

S-

Reply With Quote
  #10  
Old December 19th, 2003, 05:26 PM
sbaxter sbaxter is offline
Moderator: Access, SQL
ASP Free God (5000 - 5499 posts)
 
Join Date: Oct 2003
Posts: 5,126 sbaxter User rank is Corporal (100 - 500 Reputation Level)sbaxter User rank is Corporal (100 - 500 Reputation Level)sbaxter User rank is Corporal (100 - 500 Reputation Level)sbaxter User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 4 Days 1 h 2 m 51 sec
Reputation Power: 12
I found more information of how to do record locking in MS Access 2K

http://support.microsoft.com/defaul...kb;en-us;238258

http://support.microsoft.com/defaul...kb;en-us;306435

http://support.microsoft.com/defaul...kb;en-us;225926


Don't know if any of this will help... Have fun!

S-

Reply With Quote
Reply

Viewing: ASP Free ForumsDatabaseMicrosoft Access Help > read only error in access 2000


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 4 hosted by Hostway
Stay green...Green IT