Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTDatabase::RenameTable

Declaration

CTDatabase::RenameTable(const CTString& OldName, const CTString& NewName);

Description

  • OldName a string containing the original table name
  • NewName a string containing the new table name

Return Values

None. Throws a CTException if an error occurs.

See Also

TOCIndex