Results 1 to 2 of 2
  1. #1
    andersonEE is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    Mar 2011
    Posts
    7

    Linked Database with 2 external Sources?

    Background:


    I have two redundant Servers (call them "A" and "B"). Each server has Microsoft SQL Express 2005 running and has a copy of my database.
    I also have a desktop computer that runs Access 2007. In Access, I connect to the SQL database on Server B using a Linked Database (ODBC). I have some forms that populate records on the database.

    Problem:
    Right now the data only gets populated on Server B (I obviously can't link the Access project to 2 SQL databases). I also need it on Server A. I have looked into Replication, but it seems like SQL Express can only function as a Subscriber...not a Publisher. I was wondering if maybe I can do away with the linked database in Access and instead keep a local copy of the database on the desktop computer as an .accdb. Then is it possible to have the Access Database serve as the Publisher to the 2 Server databases?

    Any elegant solution to this problem would be greatly appreciated.

  2. #2
    rpeare is offline VIP
    Windows XP Access 2003
    Join Date
    Jul 2011
    Posts
    5,442
    If you were to link the same table from each database could you update each table individually? If you can and your only problem is that you want both servers to update in real time I would suggest making your data entry forms unbound, when you add, change or delete a record you would just apply a sql statement to both tables then move on.

    Please note that if you do this it is *critical* that you are not using an autonumbering system for your primary key because the autonumber can get out of sequence very, very easily. If you are generating your own primary key while doing data entry it might be a solution.

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

Similar Threads

  1. Replies: 2
    Last Post: 03-29-2012, 07:45 AM
  2. Replies: 5
    Last Post: 11-28-2010, 03:55 PM
  3. Replies: 2
    Last Post: 10-27-2009, 07:09 AM
  4. Linked OLE Objects bloating size of database
    By Nosaj08 in forum Database Design
    Replies: 18
    Last Post: 07-09-2009, 05:54 PM
  5. 2 SQL Database sources one frontend
    By kevinharding in forum Programming
    Replies: 3
    Last Post: 03-22-2006, 06:34 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