SQLMemTable: Embedded BDE Alternative
In-Memory SQL Database for Delphi / C++Builder



Overview
Previous  Top  Next


Introduction

SQLMemTable supports a subset of SQL'92 commands. It includes most widely used SQL statements for data manipulation and definition - SELECT, INSERT, UPDATE, DELETE, CREATE TABLE, ALTER TABLE, DROP TABLE, CREATE INDEX, DROP INDEX. SQLMemTable contains native TSQLMemQuery component that allows to run SQL commands and scripts in fast and easy way. SQLMemTable does not use any third party components or drivers. This approach allows to achieve high performance on most of SQL queries and makes distribution of applications very easy. No BDE, no dlls, no drivers needed.

Supported SQL commands:
·SELECT Statement  
·INSERT Statement  
·UPDATE Statement  
·DELETE Statement  
·CREATE TABLE Statement  
·ALTER TABLE Statement  
·DROP TABLE Statement  
·CREATE INDEX Statement  
·DROP INDEX Statement  

See also:
Naming conventions
Operators
Functions



© AidAim Software SQLMemTable: In-memory Sql Database Delph