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


TSQLMemTable.LastAutoIncValue
TSQLMemTable
Top 

Returns the Autoinc value for the last added record.

function LastAutoIncValue(FieldName: String): Int64; overload;
function LastAutoIncValue(FieldIndex: Integer): Int64; overload;

Description
Use this function to get the Autoinc value of the last added record.



© AidAim Software SQLMemTable: