how can i make my system network ready?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vinci
    New Member
    • Aug 2006
    • 62

    how can i make my system network ready?

    greetings experts!

    i'm a computer science student.
    i have this subject called Software Engineering and i have this project that should be finished for me to graduate but i cannot finish it because i dont know how to make my system network ready.

    i just want to know how i can make my system work on other computer with the database only located at one site (centralized dbase system).


    hope you guys can help me... hoping for your suggestions... tnx!
  • sashi
    Recognized Expert Top Contributor
    • Jun 2006
    • 1749

    #2
    Hi Vinci,

    to be able to share resources in local area network (LAN), your pc must first.. pls refer to below attached links for further reading.. take care my fren.. :)


    Comment

    • vinci
      New Member
      • Aug 2006
      • 62

      #3
      ei tnx for that info, but i already know how to configure my network connections. my problem is that i cant make my program made from visual basic6.0 be used by other site. (note: i have shared the program) :)

      salamat!

      Comment

      • NSF12345
        New Member
        • Aug 2006
        • 21

        #4
        Cant you use the computer name, then the file location? I know that sounds vague coz im not too sure myself. I share files on my network, and i have a shortcut on my laptop which takes me to a folder on my desktop. The file location (according to my laptop) is :

        \\CompName\Fold erName

        (the folder is shared, so it goes into the network, finds the CompName, then the FolderName)

        so...make a shared folder on the main comp, place ur DB in that folder, and then on DB location in VB, type \\CompName\Fold erName

        If that doesnt make sence, let me kno

        Comment

        • vinci
          New Member
          • Aug 2006
          • 62

          #5
          hey! tnx for all of your suggestions...
          i have already found the answer.
          by using "App.Path", there are no problems when i access my vb program in other sites...

          tnx again!
          salamat!

          Comment

          • wappy
            New Member
            • Aug 2006
            • 8

            #6
            it seems that ur vb application resides on one machine and u just shared it thru LAN. running your application remotely isnt a good idea, how abt installing it on every machine where ull use and just be sure to point the database connection on the computer where ur database file is located. MABUHAY!!!

            Comment

            • NSF12345
              New Member
              • Aug 2006
              • 21

              #7
              Originally posted by wappy
              it seems that ur vb application resides on one machine and u just shared it thru LAN. running your application remotely isnt a good idea, how abt installing it on every machine where ull use and just be sure to point the database connection on the computer where ur database file is located. MABUHAY!!!
              i think thats what she wanted to do in the first plase

              Comment

              Working...