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?
Printable View
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?
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?
Hack, you really ROCK:thumb: with > 50 K postings! It's like seeking the advise of grand-pa;). Great! Keep it up!
Soory, no other option except Ms Access!
As I'd mentioned it's 50 students/batch taking an exam.
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.
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?
If all fifty are on at once it will can cause an issue
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.
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.
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?
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.