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


TSQLMemTable.RestructureTable
TSQLMemTable   Example
Top 

Changes the in-memory table structure and some table parameters.

function RestructureTable(var Log: String): Boolean; overload;
function RestructureTable: Boolean; overload;

Description
Restructures the in-memory table associated with this table component.
You should modify RestructureFieldDefs and/or RestructureIndexDefs properties before calling RestructureTable method if it is necessary to add / delete some fields or indexes.
Tha table should be active before modifying these structures.



© AidAim Software SQLMemTable: In-memory Sql Database Delph