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


TSQLMemTable.Exists
TSQLMemTable
Top 

Indicates whether the underlying table exists.

property Exists: Boolean

Description
Indicates whether the underlying table exists. Read Exists at runtime to determine whether a table exists. If the table does not exist, create a table from the field definitions and index definitions using the CreateTable method. This property is read-only.



© AidAim Software SQLMemTable: