[ANN] SQLMemTable v.3.05 - fast and easy-to-use in-memory database


Hello,

AidAim Software released SQLMemTable 3.05.

Some SQL performance optimizations were added and problem with BCB 2006 icons was solved.

Short description:

SQLMemTable is fast and easy in-memory table and query for Delphi and C++ Builder.
The SQLMemTable has one of the fastest in-memory database engines that outperforms most
of other in-memory tables.
High performance is achieved by using B-Tree indexes, Search and Filter optimizer,
SQL optimizer, fast Memory Manager, advanced BLOB system and many other technologies.

SQLMemTable includes two visual components:

- TSQLMemTable, which is a fast and easy in-memory TTable replacement;
- TSQLMemQuery that provides a subset of SQL'92 operators;

SQLMemTable does not require BDE and provides all the TTable functions
such as master / detail relationship, filtering, searching, sorting,
blob fields, key and range methods, as well as some advanced features
like blob fields compression and Unicode support.

Key features:

- SQL (DML & DDL) commands support;
- master / detail relationship;
- creating, renaming, emptying, deleting and restructuring tables;
- creating, editing, deleting, browsing and searching for records;
- creating and deleting multiple indexes;
- calculated and lookup fields;
- filtering support;
- BLOB fields compression;
- importing from and exporting to any dataset in fast and easy way;
- internationalization / localization and Unicode support;
- multi-thread access
- BatchMove component

For a more detailed list of SQLMemTable features,
please visit http://www.aidaim.com

Best regards,
Leo Martin,
AidAim Software,
http://www.aidaim.com
Database, networking, data compression and encryption components
for software developers.

Related Discussions
  • HOW TO RUN DATABASE APPLICATION ON THE INTERNET (2001-01-03 03:04:54)
    This is possible using COM objects and ActiveX Server ... Don't ask how ... I'm not into COM object programming ... :o) Regards /Filip
  • HELP WITH CHDIR !!!! TURBO PASCAL VS DELPHI (2001-01-03 06:48:49)
    This is because the ChDir Procedure, the SetCurrentDir and SetCurrentDirectory Functions are changing the directory in the active process. Try...
  • RUNNING A DATABASE APPLICATION ON ANOTHER COMPUTER (2001-01-07 05:36:33)
    In the BDE on the other PC (the one without the database), you must add an alias to point to the location of the database in the format of:...
  • HELP WITH EXCEPTIONS ..... I'M GETTING CRAZY! (2001-01-06 19:59:49)
    How to make it run as if you were running it outside of Delphi. Tools | Debugger Options --> Language Exceptions. Their is a checkbox titled...
  • REPEATING FUNCTIONS (2001-01-04 09:46:34)
    The OnIdle event is not hardware dependent. It is called when the program has idle time. The OnIdle event is in TApplication and is a warpper...
  • HOW TO CREATE SEQURE LOGIN TO DESKTOP APPLICATION (2001-01-05 09:30:01)
    I'm not pretty sure, what your intention is. One possible approach would be to use a edit-field, which cannot be "spyed out" by the usual password...
  • HOW TO FREE UP A QUICKREPORT COMPONENT IN MEMORY...? (2001-01-09 08:05:01)
    Use : Begin if RepForm=Nil then RepForm:=TRepForm.Create(Application); End;
  • ERROR MESSAGE "KEY FIELD CONTAINING A DUPLICATE VALUE" (2001-01-05 11:54:47)
    I am certain that you have created a field and made it a key or index field with unique properties. Being unique, if a value entered is identical...
  • DELPHI WITH INTERNET.. (2001-01-05 19:35:50)
    http://www.matlus.com/scripts/website.dll This site is 100% Delphi built and 100% dynamic. All the content you see here is "database driven" and a...
  • STORED MIDI (2001-01-06 22:16:21)
    I have not found any way of doing it within an .EXE. The easiest way is to find the temp directory, save it as a file, and play it. Then delete...
Latest News
Submit News Form Past News
Latest Forum Entries