Archive for the ‘Database’ Category

SQLMemTable: In-Memory SQL Database for Delphi

Tuesday, February 27th, 2007

SQLMemTable is a simple and fast in-memory table and query for Delphi and C++ Builder. SQLMemTable includes three visual components:

  • TSQLMemTable which is a fast and easy in-memory TTable replacement;
  • TSQLMemQuery that provides a subset of SQL’92 operators;
  • TSQLMemBatchMove which is very close to TBatchMove and supports almost all of its functionality.

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.

(more…)

VirtualTable Component 5.70

Wednesday, February 14th, 2007

TVirtualTable component is TDataSet descendant. It represents an in-memory data storage that does not have linked data files. To add fields to virtual table call AddField method. Immediately after creating virtual table it will be empty. You then define new fields or load existing table files so that virtual table object becomes initialized and ready to be opened.

(more…)

InterBase Data Access Components for Windows 2.00 beta

Wednesday, February 14th, 2007

InterBase Data Access Components is the powerful tool to develop client/server applications on Borland Delphi and C++ Builder with InterBase, Firebird and Yaffil database servers. IBDAC provides flexible and easy automatic updating of server data, rows refreshing, getting metadata and has a lot of other useful features.

(more…)

MySQL Data Access Components for Windows 5.00 beta

Wednesday, February 14th, 2007

MySQL Data Access Components is the powerful tool to develop client/server applications on Borland Delphi, C++ Builder and Kylix with MySQL server. MyDAC provides flexible and easy automatic updating server data, refresh rows, getting metadata and has a lot of another useful features.

(more…)

SQL Server Data Access Components 4.00 beta

Wednesday, February 14th, 2007

SQL Server Data Access Components is the powerful tool to develop client/server applications on Borland Delphi and C++ Builder with Microsoft SQL Server. SDAC provides flexible and easy automatic updating server data, refresh rows, getting metadata and has a lot of another useful features.

(more…)

Oracle Data Access Components 6.0 Beta

Wednesday, February 14th, 2007

Oracle Data Access Components is the powerful tool to develop client/server applications on Borland Delphi, C++ Builder and Kylix with Oracle. ODAC provides flexible and easy automatic updating server data, advanced locking and refresh rows, advanced support of Oracle8 objects, arrays, nested tables, BLOB and CLOB data types and has a lot of another useful features.

(more…)