User Profile

Collapse

Profile Sidebar

Collapse
Kondratiev
Kondratiev
Last Activity: Feb 16 '16, 05:41 PM
Joined: Jan 12 '15
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Kondratiev
    started a topic How is a network made scalable?

    How is a network made scalable?

    I'm looking for information about how networks are made scalable but am having trouble finding information online.

    What I'm curious about is this: say a network is used by an organisation, such as a hotel. Normally about 50% of the hotel's rooms are occupied, but on key dates occupancy reaches around 100%.

    What kind of scalability mechanisms should be proposed for the organisation to cope with this issue?
    ...
    See more | Go to post

  • Ideas about where polymorphism could be used in a cinema booking system?

    I'm currently in the process of designing a cinema booking system program which will later be built in Java. One thing the design has to include is examples of polymorphism. Does anyone have any ideas as to exactly where polymorphism would be used in such a system?

    Any answers appreciated, thanks for reading.
    See more | Go to post

  • Thanks for posting that. It's helped me a lot.
    See more | Go to post

    Leave a comment:


  • Trying to create login form which will open specific form depending on user

    Hello,

    I am trying to create a user login form for an Access database. It will have three users and will open a different form depending on which user logs in to the database. So far I have only been able to create code which opens a single form no matter which user logs in. The code below shows the code I have made to accomplish this:

    Code:
    Public Sub Login()
            
    On Error GoTo ErrorHandler:
    
        If
    ...
    See more | Go to post
    Last edited by Rabbit; Jan 13 '15, 12:43 AM. Reason: Please use [code] and [/code] tags when posting code or formatted data.
No activity results to display
Show More
Working...