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


TSQLMemTable.RenameField
TSQLMemTable
Top 

Renames the specified field in the table.

procedure RenameField(FieldName, NewFieldName: String);

Description
Call RenameField to rename the field in the table.
FieldName is current name of the field, NewFieldName is a new name of the field.


© AidAim Software SQLMemTable: