I am working as a Programmer for a Container Storage Company. I have joined recently and everything is going fine but with some obstacles.

Here the the brief specification of the software:

  • Server : Windows 2008
  • Database : MS Access 2007
  • Front End : VB 6.0
  • No. Of clients accessing database through VB : 20

So, the software is designed in VB and using ADODB, the database is connected. There are around 40 forms and 30 reports in the project.

Here is what I am facing problem with:

a. All the client systems get a Run-Time error suddenly and the application closes for all the clients. To resolve this I need to make them Log Off the computers and then Repair the Database from the server and later once they login it works fine. But after few hours it happens again.

b. When 2 employees are working on same form and submitting data simultaneously, any one of the client's application gets closed. And this happens 5 to 10 times a day.

link|improve this question
2  
Welcome to StackOverflow. What exactly is your question? What's the error message (including any error numbers or memory addresses) shown in the error dialog? What "runtime error" information do you get? What do the event logs on the machines show about the error? You not only haven't asked a question, but you're missing most of the information that would enable anyone here to help you. – Ken White Dec 27 '11 at 20:02
I remember this happening (once upon a time) in a concurrent user environment when tables are not closed properly. – ron tornambe Jan 7 at 20:59
feedback

migrated from serverfault.com Dec 27 '11 at 19:26

This question came from our site for system administrators and desktop support professionals.

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown