Results 1 to 12 of 12

Thread: Using MS Access In client-server

  1. #1

    Thread Starter
    Member
    Join Date
    Jul 2006
    Posts
    39

    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?

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    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?

  3. #3

    Thread Starter
    Member
    Join Date
    Jul 2006
    Posts
    39

    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!

    Quote Originally Posted by Hack View Post
    Do you have other options?
    Soory, no other option except Ms Access!

    Quote Originally Posted by Hack View Post
    How many consequtive users will there be?
    As I'd mentioned it's 50 students/batch taking an exam.

    Quote Originally Posted by Hack View Post
    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.

  4. #4
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Using MS Access In client-server

    Quote Originally Posted by rajeshkpat View Post
    It's like seeking the advise of grand-pa.
    Thanks...I think.
    Quote Originally Posted by rajeshkpat View Post
    Soory, no other option except Ms Access!
    Then if you don't have any other options you don't have any other choice.

  5. #5

    Thread Starter
    Member
    Join Date
    Jul 2006
    Posts
    39

    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?

  6. #6
    A SQL Server fool GaryMazzone's Avatar
    Join Date
    Aug 2005
    Location
    Dover,NH
    Posts
    7,493

    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

  7. #7
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    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.
    Quote Originally Posted by rajeshkpat View Post
    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?

  8. #8

    Thread Starter
    Member
    Join Date
    Jul 2006
    Posts
    39

    Re: Using MS Access In client-server

    Quote Originally Posted by GaryMazzone View Post
    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).

  9. #9
    A SQL Server fool GaryMazzone's Avatar
    Join Date
    Aug 2005
    Location
    Dover,NH
    Posts
    7,493

    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

  10. #10
    PowerPoster RhinoBull's Avatar
    Join Date
    Mar 2004
    Location
    New Amsterdam
    Posts
    24,132

    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.

  11. #11

    Thread Starter
    Member
    Join Date
    Jul 2006
    Posts
    39

    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?

  12. #12
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    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
  •  



Click Here to Expand Forum to Full Width