Results 1 to 2 of 2

Thread: Client Server

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Dec 1999
    Location
    Oak Creek, WI, USA
    Posts
    92

    Post

    I know this may be a big question with a alot of answers. If someone can be brief in giving some direction it would be greatly appreciated. I've developed lots of stand alone databases but never anything on client/server. Essentially, what is the difference when coding a server database versus development for a standalone machine?

    Thanks,

    casox

  2. #2
    Addicted Member
    Join Date
    Jan 1999
    Posts
    165

    Post

    You may find writing a database in Access over a network as a convenient step.
    This requires virtually no new concepts - you may get conflicts where two people independently modify the same record at same time. The reason being that it is not client/server. All the db is transmitted accross the network onto the client machines.
    This obviously means a lot of potential network traffic and the need for suitably powerful client machines.
    A c/s database is one where the server db lives on a main server machine accessed by several client db's. These send queries and retrieve the smaller subset of records that the client requires. An example of a c/s capable dbms is SQLserver.
    Obviously doing this throws up a whole host of new issues which need to be dealt with.
    Hope this is useful.
    Regards,
    John.

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