Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I did a websearch to find a fast database package for my Delphi Application. I wanted it to be completely contained in the executable with no external DLLs or libraries required. I originally found Accuracer by AidAim. They had posted <a href="http://www.accuracer.com/articles/single-file-delphi-database_tests100.php" rel="nofollow noreferrer">how fast their database was and even gave comparisons</a> with other similar packages to “prove” their point.</p> <p>I wanted to believe their claims but I thought I’d search the web a bit more to find timings of other packages. I was very surprised to find <a href="http://coding.derkeiler.com/Archive/Delphi/borland.public.delphi.thirdpartytools.general/2007-01/msg00231.html" rel="nofollow noreferrer">a post at the Delphi discussion forums</a> where a person asked what database to use, and there were 14 different suggestions. One of the responders had done his own timing comparisons and had found Accuracer to be quite slow compared to several others, which Accuracer had (conveniently) left out of their own comparison page. </p> <p>The post, plus additional followup web research by me, led me to lean toward <a href="http://www.yunqa.de/delphi/doku.php/products/sqlite3/index" rel="nofollow noreferrer">DISQLite3</a>, a product based on <a href="http://www.sqlite.org/" rel="nofollow noreferrer">the Open Source SQLite program</a>, but with enhancements to work in Delphi very quickly, with very small overhead, and with command-based calls - which I like. It is actively under development and will soon have an official Delphi 2009 version, although apparently the current version will work under D2009.</p> <p>Addenum: DISQLite3 Version 2.0.0, released Nov 17, supports D2009.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload