

eivindbakkestuen
Members-
Content Count
67 -
Joined
-
Last visited
-
Days Won
3
eivindbakkestuen last won the day on June 25
eivindbakkestuen had the most liked content!
Community Reputation
32 ExcellentRecent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
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
-
TThread.Priority
-
IDE being destroyed by new versions
eivindbakkestuen replied to Celso Henrique's topic in Delphi IDE and APIs
Report bugs to Embarcadero and post the description and link to each report here so others can vote on them. -
If you are posting this in the hope someone will eventually fix it... *post the link* to the issue so others can vote!
-
Width of GroupBox on inherited form changes to default in Delphi 11
eivindbakkestuen replied to David Marcus's topic in VCL
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. -
Stay on top of the new release EntityDAC for RAD Studio 11 Alexandria
eivindbakkestuen replied to Jordan Sanders's topic in Databases
This particular group is not for announcements, please read the forum rules... you did it right before. 🙂 -
Small bug in TControlListButton (Delphi 11 and Delphi 10.4.2)
eivindbakkestuen replied to Clément's topic in VCL
Search the Quality Portal, log if not? Post link for voting? -
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"
-
Australian Delphi User Group - New Discourse forum!
eivindbakkestuen posted a topic in Delphi Third-Party
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. 🙂 -
Alfabetical order of a letter
eivindbakkestuen replied to Henry Olive's topic in RTL and Delphi Object Pascal
What exactly are you trying to do? -
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
-
Delphi 10.4.2 application switch after using open file expert
eivindbakkestuen replied to merijnb's topic in GExperts
Can confirm it happens every time I use the File Open expert. I use this all the time... -
Find exception location from MAP file?
eivindbakkestuen replied to A.M. Hoornweg's topic in RTL and Delphi Object Pascal
Not sure what is going on for you, it works well enough that we use it in NexusDB for the binaries we provide. -
Delphi REST showing only one row on the client side ?
eivindbakkestuen replied to toufik's topic in Network, Cloud and Web
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...). -
Find exception location from MAP file?
eivindbakkestuen replied to A.M. Hoornweg's topic in RTL and Delphi Object Pascal
Since this appears to be a low budget project, you could start using the free exception stack trace routines in the JCL library.