Results 1 to 2 of 2
  1. #1
    udigold1 is offline Novice
    Windows 7 64bit Access 2010 32bit
    Join Date
    Dec 2010
    Posts
    29

    Can't connect to mdb on some computers

    Hi,



    I have written c# WinForm application based on an Access DB. Both App and DB are located on a server.
    For some reason, there are several stations that can't connect to DB (When the app try to load data to a dataset it says it cannot find table 0).

    I don't why it happens, because those stations have the same security permissions (granted through the 'security' tab of the folder) like the stations that do work.

    Any suggestions?

    Thanks,
    Udi G.

  2. #2
    ssanfu is offline Master of Nothing
    Windows XP Access 2000
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    If I understand correctly, you have data in tables in an Access dB (the BE) that is located on a server. And you have a C# app (the FE) also located on the server.

    This is not the normal (usual) set up. The data in the BE on the server is correct.

    But EACH user should have a copy of the FE (C# app) on their local computer, linked to the BE. Each user also needs the correct permissions - usually read/write. Having everyone use the same FE WILL cause corruption at some point. This is especially important in a multi-user environment.

    (This would be my first step in fixing the problem)

    ----------------------------------------------------
    FE = Front end, ie the forms, queries, reports and code
    BE = Back end, the tables. The place where the data is stored.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 1
    Last Post: 07-26-2012, 04:04 AM
  2. Replies: 3
    Last Post: 04-03-2012, 05:27 PM
  3. Replies: 19
    Last Post: 05-13-2011, 12:36 PM
  4. Replies: 8
    Last Post: 10-02-2009, 08:03 AM
  5. Replies: 5
    Last Post: 03-29-2009, 07:20 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums