|
-
Feb 20th, 2010, 08:02 AM
#1
Thread Starter
Member
Using MS Access In client-server
I've been asked to develop a software in VB 6 for online examination of students(about 50 in each batch) in an institution. It has to be a client-server arrangement. I want to use MS Access for this. They'll using LAN 4 this. Is this ok?
-
Feb 20th, 2010, 08:15 AM
#2
Re: Using MS Access In client-server
Do you have other options?
How many consequtive users will there be?
What type of growth do you see this application needing with respect to storage capacity?
-
Feb 20th, 2010, 08:29 AM
#3
Thread Starter
Member
Re: Using MS Access In client-server
Hack, you really ROCK with > 50 K postings! It's like seeking the advise of grand-pa . Great! Keep it up!
 Originally Posted by Hack
Do you have other options?
Soory, no other option except Ms Access!
 Originally Posted by Hack
How many consequtive users will there be?
As I'd mentioned it's 50 students/batch taking an exam.
 Originally Posted by Hack
What type of growth do you see this application needing with respect to storage capacity?
The results of the examination WILL NOT be stored permanently in the db. May once every few months it will be deleted. It's only the questions that'll be stored permanently. So in terms of storage capacity, I expect it to be below 20mb anytime.
-
Feb 20th, 2010, 09:03 AM
#4
Re: Using MS Access In client-server
 Originally Posted by rajeshkpat
It's like seeking the advise of grand-pa .
Thanks...I think. 
 Originally Posted by rajeshkpat
Soory, no other option except Ms Access!
Then if you don't have any other options you don't have any other choice.
-
Feb 20th, 2010, 09:10 AM
#5
Thread Starter
Member
Re: Using MS Access In client-server
hack, yes it's true Ms Access is the option. But with whatever info I've provided you, do you think I will/may face any problem in future?
-
Feb 20th, 2010, 10:58 AM
#6
Re: Using MS Access In client-server
If all fifty are on at once it will can cause an issue
Sometimes the Programmer
Sometimes the DBA
Mazz1
-
Feb 20th, 2010, 01:10 PM
#7
Re: Using MS Access In client-server
Agreed, I would expect it to fail in a big way, most likely while people are taking the exam.
 Originally Posted by rajeshkpat
Soory, no other option except Ms Access!
Why not?
Do you not have the option for a free (and far superior) alternative such SQL Server Express?
-
Feb 21st, 2010, 07:28 AM
#8
Thread Starter
Member
Re: Using MS Access In client-server
 Originally Posted by GaryMazzone
If all fifty are on at once it will can cause an issue
The chances of this happening are nil - though theoretically it's possible. The 1st thing that I'll have to do is check it out by, maybe, starting several copies of the program & inputting(at the same time) unique data into the db (at the server).
-
Feb 21st, 2010, 09:58 AM
#9
Re: Using MS Access In client-server
As soon as someone tells me that something will never happen assume that it will. Access should handle 7 - 10 at the same time if the db is designed right.
Sometimes the Programmer
Sometimes the DBA
Mazz1
-
Feb 21st, 2010, 11:12 AM
#10
Re: Using MS Access In client-server
I'm just curious why can't you use MS SQL Express as SI suggested?
It's free and far more robust than MS Access. Even though you don't anticipate major traffic and growth for now you should really look into the future.
Regards.
-
Feb 22nd, 2010, 12:10 AM
#11
Thread Starter
Member
Re: Using MS Access In client-server
ok RhinoBull (funny name) - in keeping with your size & image, you've driven home the point. I'll start looking into SQL Server Express. Frankly, I never knew it's free. Btw, can somebody just show me the description of the driver 4 SQL Server Express that'll used in the connection string?
-
Feb 22nd, 2010, 05:29 AM
#12
Re: Using MS Access In client-server
Not only is it free, but like most database systems it is also significantly better than Access in many ways... all you miss out on is the non-database side of things, such as the ability to create forms/reports inside the database file (but you can do that in your program instead).
For connection string information/examples, see the link in my signature.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|