Icon SaveToTable Method

void __fastcall SaveToTable(const System::UnicodeString
      NewDatabaseName, const System::UnicodeString NewTableName)

Usage

Call the SaveToTable method to save the contents of a query result set to a permanent table for use in subsequent database operations or queries.

Information If you wish to store the result set in a table in a different database you must provide a different database directory, for local sessions, or database name, for remote sessions, in the NewDatabaseName parameter.
Image