Connecting Tech Pros Worldwide Help | Site Map

When is a new system required?

Member
 
Join Date: Nov 2006
Location: Indiana
Posts: 77
#1: Oct 26 '07
I have developed a nice database system that controls almost all aspects of one manufacturing department. I am using microsoft Access as the database (Jet?) and I use forms to enter data. The front end is done all in data access pages hosted on an IIS 5.0 server. This allows all of the sales people to look at their orders. Everything works great, the sales people love it and my job is pretty easy. The problem is that our General Manager loves it also. He wants me to make a much more robust version that will keep track of multiple departments and at least three manufacturing departments. Sales people will actually turn in orders through the internet. My question is about the limitations of Access. I will have about 25 users logged into the DB changing data in the tables at any given time. I'm wondering if I should switch to a different database such as MySQL or MS SQL. I would use one box for the SQL database, one box for the IIS 5.0 webserver, and develop pages in ASP for the front end. Access is sooo easy though. Even though DAPs are no longer supported, I could use the VBScripting knowledge I've learned with ASP. Also, I am a one man team except for a guy that designs web pages so that has to weigh in with the development side of things.
I appreciate any advice you may have.
Thanks,
James
msquared's Avatar
Administrator
 
Join Date: Aug 2006
Location: Dublin, Ireland
Posts: 10,865
#2: Oct 26 '07

re: When is a new system required?


Hi James,

Firstly I've moved this to the software development forum where I think its more appropriate.

Secondly there shouldn't be any problems using Access with 25 users. Have a look at this Article on Microsoft Access Specifications. As you can see you can theoretically have 255 concurrent users.

However, if you are at all worried you could base the data (table structures) in MySQL/MS SQL and use odbc to link Access to the SQL back-end. This will allow you to keep Access as a GUI and keep your existing structure and VBA code.

Mary
Member
 
Join Date: Nov 2006
Location: Indiana
Posts: 77
#3: Nov 1 '07

re: When is a new system required?


That's a relief. I've grown so accustom to using access and data access pages are so easy once you've used them some. I'm a linux guy though and setting up a SQL server would be fun for me.
Thanks McCarthy,
James
msquared's Avatar
Administrator
 
Join Date: Aug 2006
Location: Dublin, Ireland
Posts: 10,865
#4: Nov 1 '07

re: When is a new system required?


Quote:

Originally Posted by kcddoorman

That's a relief. I've grown so accustom to using access and data access pages are so easy once you've used them some. I'm a linux guy though and setting up a SQL server would be fun for me.
Thanks McCarthy,
James

You're welcome.
Reply