Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: how to make softwares work on more that 1 system.  (Read 2751 times)

0 Members and 1 Guest are viewing this topic.

scomp

    Topic Starter


    Rookie

    how to make softwares work on more that 1 system.
    « on: May 18, 2008, 03:04:58 AM »
    hi everyone,

     I have a problem. I have created a software with database which stores information about each incoming and outgoing person from office.

    But, I want it to work on many systems in the office.

    e.g  The name can be entered on ground floor or first floor or second floor.

    and the information can be accessed from anywhere ,from any system in the office.

    Can anyone tell how to make a software networking capable. so that data can be save or accessed from anywhere in the office.

    how to do this.

    thank in advance

    BC_Programmer


      Mastermind
    • Typing is no substitute for thinking.
    • Thanked: 1140
      • Yes
      • Yes
      • BC-Programming.com
    • Certifications: List
    • Computer: Specs
    • Experience: Beginner
    • OS: Windows 11
    Re: how to make softwares work on more that 1 system.
    « Reply #1 on: May 19, 2008, 10:14:58 AM »
    one solution I've employed myself is to have the database app and files located on a network share. This works well with Access(JET) databases, with proper error handling. If your application is handling it's own database file, you'll need to find a way to handle concurrent accesses.
    I was trying to dereference Null Pointers before it was cool.