+ Reply to Thread
Results 1 to 2 of 2

Performance accessing data in a linked database using ADODB in Excel

  1. #1
    Registered User
    Join Date
    10-21-2011
    Location
    Geneva, Switzerland
    MS-Off Ver
    Excel 2007
    Posts
    1

    Performance accessing data in a linked database using ADODB in Excel

    Hello,

    I have an excel application (front end) that connect to an access database using ADODB. Recently I had a locking incident that prohibited other users from changing data in the tables, so I was thinking of using the split database feature in access, and it works fine, but it has increase the times for queries by almost double. I read somewhere that to speed up the connection between the front end database and the bankend database you need to keep a connection active all the time using DatabaseOpen? I am not very familiar with VBA in Access. Using ADODB I close the connection after each query, would keeping it open help? Any suggestions would be appreciated.

    DrD

  2. #2
    Forum Guru Kyle123's Avatar
    Join Date
    03-10-2010
    Location
    Leeds
    MS-Off Ver
    365 Win 11
    Posts
    7,238

    Re: Performance accessing data in a linked database using ADODB in Excel

    Hi,

    Out of interest why did you decide on an Excel front end? Was it due to Access not being installed on client machines?

    How many concurrent users do you currently have?

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1