Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 12/23/18 in Posts

  1. And to celebrate my 50th Birthday, I just released the Mitov Software installers for Delphi/C++ Builder 10.3 Rio! There is also an updated Beta version of the OpenWire Studio πŸ™‚ #Delphi #OpenWire http://www.mitov.com
  2. It’s time for a gift to all Delphi developers, a new Release of GExperts. Happy Holidays! (But do spend some time with your family rather than testing GExperts. πŸ˜‰ ) I blogged about the new features already. There were also several bug fixes. ... https://blog.dummzeuch.de/2018/12/22/gexperts-1-3-12-experimental-twm-2018-12-22-released/
  3. dummzeuch

    Delete Error With Delphi and Access Table

    Isn't the "*" wrong in a delete query? Delete from <table> where <condition>
  4. pyscripter

    GExperts 1.3.12 experimental twm 2018-12-22 released

    Thanks very much. By the way the Unit Clause Manager with the Identifier tab is super! Much better than the built-in Find Unit (crashes most of the time) and more reliable than the also good RFindUnit.
  5. Uwe Raabe

    Blast from the past: BDE and Win10 W/S

    It is indeed quite a while since I had to cope with BDE problems, so my suggestion might be pretty outdated now. Nevertheless you can give it a try as it is only a small change in the registry. What helped us in the past was disabling opportunistic locking at the server side (where the database files reside). For this you have to change the value of HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters\EnableOplocks from 1 to 0 (as 1 is the default value, it might even be absent). Note that you have to restart Windows to make this change effective. A drawback of this setting is a possible overall network performance drop for that server system.
Γ—