Page 2 of 2 FirstFirst 12
Results 16 to 21 of 21
  1. #16
    CJ_London is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,430

    did you also modify the refresh rate (per post #2) to perhaps 1 second?

  2. #17
    KoMiKo is offline Novice
    Windows 10 Access 2019
    Join Date
    Jan 2016
    Posts
    12
    Yes, but did not help - see post #3
    Click image for larger version. 

Name:	Refresh.png 
Views:	14 
Size:	6.0 KB 
ID:	48961

  3. #18
    CJ_London is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,430
    You've used 30 seconds - I was suggesting 1

  4. #19
    darkwind is offline Advanced Beginner
    Windows 10 Office 365
    Join Date
    Feb 2017
    Location
    Central U.S.
    Posts
    48
    I'm skeptical that you could get the kind of performance gains you're looking for, but you could try looking into the ACE registry keys. SharedAsyncDelay and FlushTransactionTimeout are of particular note.

    See here: http://casadebender.com/reference/ot...ers/ba13_2.htm

    You can set these values at runtime using the DBEngine.SetOption method: https://learn.microsoft.com/en-us/of...ion-method-dao

  5. #20
    KoMiKo is offline Novice
    Windows 10 Access 2019
    Join Date
    Jan 2016
    Posts
    12
    Quote Originally Posted by CJ_London View Post
    You've used 30 seconds - I was suggesting 1
    According to your suggestion in #2: "...you need to reduce the refresh interval..." I used 1sec.
    Now I changed also OLE/DDE timeout to 1sec, but no success. According to this info: https://support.microsoft.com/en-us/...d-595d179a9cbb, this settings will not help.
    But I appreciate your effort, thank you.

  6. #21
    KoMiKo is offline Novice
    Windows 10 Access 2019
    Join Date
    Jan 2016
    Posts
    12
    Quote Originally Posted by darkwind View Post
    I'm skeptical that you could get the kind of performance gains you're looking for, but you could try looking into the ACE registry keys. SharedAsyncDelay and FlushTransactionTimeout are of particular note.

    See here: http://casadebender.com/reference/ot...ers/ba13_2.htm

    You can set these values at runtime using the DBEngine.SetOption method: https://learn.microsoft.com/en-us/of...ion-method-dao
    I found this setting in the documentation
    ...The PageTimeout setting determines how long Microsoft Jet waits before checking to see if other users have made changes to the database....The default PageTimeout setting is 5,000 milliseconds....
    I decreased PageTimeout to 100 ms:
    Code:
    DAO.DBEngine.SetOption dbPageTimeout, 100
    The code must run at the very start of app. AND IT WORKS, BINGOO!!! I got a practically immediate response.
    Maybe there is more to play with those settings, but even this one setting did the job!

    Thank you.

Page 2 of 2 FirstFirst 12
Please reply to this thread with any new information or opinions.

Similar Threads

  1. How to create linked tables only read only?
    By jaryszek in forum Forms
    Replies: 5
    Last Post: 07-13-2018, 07:57 AM
  2. Linked Table All of a sudden changed to Read Only
    By RayMilhon in forum SQL Server
    Replies: 2
    Last Post: 11-11-2016, 04:02 PM
  3. Replies: 9
    Last Post: 10-20-2014, 04:00 PM
  4. Replies: 7
    Last Post: 07-31-2014, 07:22 AM
  5. Create Linked Read-Only File
    By kazaccess in forum Access
    Replies: 10
    Last Post: 02-13-2014, 08:43 PM

Tags for this Thread

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