Jump to content

eivindbakkestuen

Members
  • Content Count

    92
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by eivindbakkestuen

  1. Greetings from the NexusDB Team! Please jump to the end of this message for a great EOFY Sale offer, valid for all purchases. News from the Dungeons: Development of new features in our best in class Delphi based NexusDB database engine is progressing well. Here are some new and recently added features that you may not be aware of, but which will come in handy for your projects: - Delphi 11.x Alexandria support - support for new Delphi versions is always up to date - NEW! Keyless Index engine - indices created with this engine takes up less space in a table and improves performance (see below) - NEW! Improved User privileges; users can now be assigned rights by individual database aliases and tables - NEW! User privileges can now be set and queried via new CREATE OR ALTER USER... SQL statements - NEW! 64 bit Global auto increment feature - when 4 billion discrete values is not enough to fit your requirements - NEW! Winsorized Mean aggregate SQL function, complements the standard AVG function - UPDATED! nxBackup utility greatly improved - now works as a virtual continuous backup solution for critical data - GUI editing of User privileges in Enterprise Manager in development for the next update - Single File database is being worked on, and making good progress toward alpha/beta releases later this year The new Keyless Index Engine is highly innovative, hugely reducing the size of tables and the accompanying server load. Here's an extract of a testrun of the new Keyless index engine, combined with the recently introduced Lz4 compression engine. 50% reduction in runtime and 94% reduction in table size is nothing to sneeze at! This is a targeted test; however, on a real life customer database, where Lz4 was already applied, switching to keyless indices reduced the size from 60GB to 42GB. You will want this to keep your customers happy! 😊 Running test with 5000000 records. Keyless: FALSE CompressedRecords: FALSE Elapsed: 2865555 Table size: 15724 MB Running test with 5000000 records. Keyless: TRUE CompressedRecords: TRUE Elapsed: 1423557 Table size: 599 MB And finally... Drumroll....... The EOFY offer! On all purchases until the end of June, take 50% off the normal price by entering the following code during checkout: EOFY2022 You may purchase tickets to the future via our web shop: https://www.nexusdb.com/support/index.php?q=pricing Regards, The NexusDB Team
  2. eivindbakkestuen

    task thread priority?

    TThread.Priority
  3. eivindbakkestuen

    IDE being destroyed by new versions

    Report bugs to Embarcadero and post the description and link to each report here so others can vote on them.
  4. eivindbakkestuen

    Delphi 11, migrate or wait

    If you are posting this in the hope someone will eventually fix it... *post the link* to the issue so others can vote!
  5. eivindbakkestuen

    Width of GroupBox on inherited form changes to default in Delphi 11

    You can try to find out here: https://quality.embarcadero.com/browse/RSP-10633?jql=text%20~%20%22tgroupbox%22 Make sure to log your issue if you don't find a matching one.
  6. eivindbakkestuen

    Stay on top of the new release EntityDAC for RAD Studio 11 Alexandria

    This particular group is not for announcements, please read the forum rules... you did it right before. πŸ™‚
  7. eivindbakkestuen

    Small bug in TControlListButton (Delphi 11 and Delphi 10.4.2)

    Search the Quality Portal, log if not? Post link for voting?
  8. eivindbakkestuen

    Passing docs between apps?

    If I'm not mistaken, the search word to use is "intents" (at least on Android, shows you how much I know...). Google something like "delphi android intents"
  9. ADUG is ending its archaic mailing list and moving into this century with a new web based forum, available here: https://forums.adug.org.au/ Anyone can join and discuss our favourite tools. πŸ™‚
  10. eivindbakkestuen

    Alfabetical order of a letter

    What exactly are you trying to do?
  11. eivindbakkestuen

    Ann: NexusDB EOFY Sale

    Greetings from NexusDB, the home of great database components and Quality Assurance tools for Rad Studio/Delphi/C++ Builder. We have a great End of Financial Year offer for you! Take advantage of the following until the end of June: For any purchase made of new licenses, on all products, take 30% off the normal price. Yes, that is 30% off any full price product, even including our Full Monty Pack which bundles all products! To receive the rebate, make sure you enter the following coupon code during checkout: EOFYSALE Visit our webshop here: http://www.nexusdb.com/support/index.php?q=pricing Please also note, all our prices are in Australian dollars. If you are purchasing from outside Australia, take advantage of the extra 25% "rebate" provided by the favourable USD/AUD exchange rate! Our main products: NexusDB Database http://www.nexusdb.com/support/index.php?q=nexusdb Nexus Quality Suite http://www.nexusdb.com/support/index.php?q=qualitysuite regards, The NexusDB Team
  12. eivindbakkestuen

    Delphi 10.4.2 application switch after using open file expert

    Can confirm it happens every time I use the File Open expert. I use this all the time...
  13. eivindbakkestuen

    Find exception location from MAP file?

    Not sure what is going on for you, it works well enough that we use it in NexusDB for the binaries we provide.
  14. First, do some debugging and find out if the record "disappears" on the server side (query, or in the JSON transformation), or on the client side (store raw JSON, review contents...).
  15. eivindbakkestuen

    Find exception location from MAP file?

    Since this appears to be a low budget project, you could start using the free exception stack trace routines in the JCL library.
  16. eivindbakkestuen

    My project don't show when install a font on the fly

    What Microsoft instructions are you following for the font install?
  17. eivindbakkestuen

    Delphi 10.4 : Unlock Windows by call to Windows API

    OP, you may find something here: https://github.com/CloudDelphi/RTC-Portal-VCL I have not looked at the source of the above, but when the product was known as Nexus Portal, logging in via remote control worked. If it hasn't been dumbed down for the git release, it's probably in there somewhere.
  18. Hi all! We have kept busy in the dungeon during recent months, and are popping up for a moment to draw breath and give you the latest news. In the just released v4.50.25, the following new features have been implemented: - Multithreaded reindexing operations, spreads work across multiple CPU cores to finish faster (Note: feature requires Delphi 10.3 or newer; requires new nxPatchPPL unit to be added to any project containing a TnxServerEngine component (whether C/S server or Embedded) for correct functioning). Our standard nxServer binary comes with this enabled. - New Record Engine Compression Options: Zip (level 1..9), RLE, Lz4 (level 1..9), to help reduce table size (depending on contents) - Enterprise Manager: new Global Font option; application wide control of font and size - Enterprise Manager: CSV Import: ignore key violations option; remove "field=" prefixes option - Professional Edition: Secure Transport Components now supported in C++ Builder regards, The NexusDB Team
  19. eivindbakkestuen

    Install flag to say it's for ALL USERS?

    It sounds like your sys admins are working hard to keep developers from doing their work. 😞
  20. eivindbakkestuen

    Install flag to say it's for ALL USERS?

    Isn't the idea that you get your organization's "trusted" admins to run the installers for you, and you (under a non-admin) user account can run and use the applications? Does that not work with Delphi?
  21. eivindbakkestuen

    Help parsing boolean from RESTAdapter

    /// <summary> /// Specifies the field type definition mode. When it is: /// * TJSONTypesMode.Rich, then adapter will try to derive field type from the JSON content. /// * TJSONTypesMode.JSONOnly, then adapter will use only JSON value types. /// * TJSONTypesMode.StringOnly, then all fields will be represented by ftWideString. /// Default value is TJSONTypesMode.Rich. /// </summary>
  22. eivindbakkestuen

    kuLibrary

    The announcement in the OP should be in the Delphi Third Party instead of this group.
  23. eivindbakkestuen

    Ann: NexusDB - Black Friday Sale

    Greetings! From now until Monday November 30th, take 25% off the full price of any new license of NexusDB Database Engine or Nexus Quality Suite. To purchase, go to our webshop: https://www.nexusdb.com/support/index.php?q=pricing Please enter the coupon code BLACKFRIDAY during checkout to apply the rebate. Note: only valid for new licenses. Happy shopping! Regards, The NexusDB Team
  24. As a special treat to those who would like to move up to the best Delphi database engine for embedded use, we have a great offer for you! From now until November 30th, take a whopping 66% off the full price of our NexusDB Embedded Source version; approx price after rebate is US$150. To purchase, go to our webshop: https://www.nexusdb.com/support/index.php?q=pricing Please enter the coupon code BLACKFRIDAYEMB during checkout to apply the rebate. Note: only valid for new licenses, and only for the Embedded Source SKU. Regards, The NexusDB Team
  25. eivindbakkestuen

    Ann: NexusDB Embedded w/Source - Black Friday Sale - 66% off

    Actually, its ~AUD 150 or ~USD 100. Even better πŸ˜„
Γ—