CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Aug 2004
    Posts
    3

    Exclamation How to access Database on a LAN

    I am having a problem.

    I am using MS Access xp and the structure of lan is 1 master pc, 2 data entry pc and 1 general pc. now they donot update the database as run simultaneously.


    Plz Help

  2. #2
    Join Date
    Aug 2004
    Posts
    8
    At work we use MSSQL databases but need the Access features to produces reports. To do this we make a linked Access database. I'm not sure what level locks Access implements. Maybe the same can be done in your situation?

    As it is now, can you edit the database from the two data capture pc's simultaneously?

  3. #3
    Join Date
    Apr 2002
    Location
    Egypt
    Posts
    2,210
    Quote Originally Posted by ssaxena2004
    I am having a problem.
    now they donot update the database as run simultaneously.
    what errors do they get ?
    do they open the DB exclusively ?
    what is the default locking method ? (tools->options->advanced tab->default record locking )
    Hesham A. Amin
    My blog , Articles


    <a rel=https://twitter.com/HeshamAmin" border="0" /> @HeshamAmin

  4. #4
    Join Date
    Aug 2004
    Posts
    2

    Smile About Access Lan

    You can put the access database in the Server or any computer acting like database file server and the application in every workstation, linking the database to each one from the server

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

Featured