Results 1 to 8 of 8

Thread: how to make package multiuser

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2005
    Posts
    11

    Red face how to make package multiuser

    hi everyone,

    i've developed a package with backend as MS-Access. Its working well on individual system. But now i wan't to make it multiuser. The database connection i used is

    provider=Microsoft.jet.OLEDB.4.0;persist security info=false;Data source=" & Path & "HMS.mdb;Jet OLEDBatabase password=admin "

    can u help me how to make this package multiuser. its most urgent

    thanx in advance

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: how to make package multiuser

    Step number one: Put the database on a network file server, and through your VB front end code, using the UNC path, connect to it.

    Consideration number one: MS Access does not perform well in a multiuser environment.

  3. #3

    Thread Starter
    New Member
    Join Date
    Jun 2005
    Posts
    11

    Re: how to make package multiuser

    hi hack,

    thanx for ur reply.

    but can u tell me how to place the database in server and the UNC path for it to access.

  4. #4
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: how to make package multiuser

    Quote Originally Posted by kishorepv
    hi hack,

    thanx for ur reply.

    but can u tell me how to place the database in server and the UNC path for it to access.
    Pick a spot on the server of your choice and copy it out there.

    Then use \\servername\folder\folder\whatever in your connect string.

  5. #5

    Thread Starter
    New Member
    Join Date
    Jun 2005
    Posts
    11

    Re: how to make package multiuser

    thanx hack,

    but i'm not using any server. just i wan't to run the pckage in 3 systems at a time which are connected in a LAN.

    so, can u tell me how to map the database in the remaining two systems.

  6. #6
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: how to make package multiuser

    Quote Originally Posted by kishorepv
    thanx hack,

    but i'm not using any server. just i wan't to run the pckage in 3 systems at a time which are connected in a LAN.

    so, can u tell me how to map the database in the remaining two systems.
    If you don't have a network server then how are you running a LAN?

    (I'm not a network person...we have a whole department in my shop that handles stuff like that.)

    Can you connect, physically, to the other two systems?

  7. #7
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: how to make package multiuser

    kishorepv,

    Even with all of that... If you did not write Multi-user code you are just asking for trouble with corruption and loss of data. This unfortunately is very common and most people blame the database... But that is not where the problem resides.

  8. #8
    Software Carpenter dee-u's Avatar
    Join Date
    Feb 2005
    Location
    Pinas
    Posts
    11,127

    Re: how to make package multiuser

    You could just select a computer which will serve as your 'server'.
    Regards,


    As a gesture of gratitude please consider rating helpful posts. c",)

    Some stuffs: Mouse Hotkey | Compress file using SQL Server! | WPF - Rounded Combobox | WPF - Notify Icon and Balloon | NetVerser - a WPF chatting system

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