vb 6 sytem in a network

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ngugi
    New Member
    • Jul 2007
    • 14

    vb 6 sytem in a network

    how do you make a vb 6 systemconnected to ms access database to be accessed in more than one computer in a network
    Last edited by ngugi; Jul 4 '07, 03:07 PM. Reason: clarity
  • Dököll
    Recognized Expert Top Contributor
    • Nov 2006
    • 2379

    #2
    Originally posted by ngugi
    how do you make a vb 6 systemconnected to ms access database to be accessed in more than one computer in a network
    I hope I understand what you mean, ngugi...

    If you have your application on your server, out on a lan somewhere, your users should be able to create a shortcut to their desktop. Everyone accessing the same version of the application.

    In your case, it sounds like you want to do VB to Access. You can add both the form and the database on your lan, again with each user accessing the version you want.

    Is this what you are trying to do?

    Comment

    • ngugi
      New Member
      • Jul 2007
      • 14

      #3
      Hi thanks for you reply. This is my problem I have a sacco system but the users want to access the system from more than one computer. I have used vb 6.o and Ms Access. To connect i have used vb 6. I am stranded in distributing the system

      Comment

      • AjGrace
        New Member
        • Jul 2007
        • 7

        #4
        You may use ODBC connection..tha t is the easier way to make a System that may run in several workstation.

        Comment

        Working...