MyTable1.TableType ?
-
cybsistemas
- Posts: 118
- Joined: Mon 12 Sep 2005 17:31
- Location: Argentina
MyTable1.TableType ?
As I can know if a table is MyISAM or InnoDB ?
The TMyTable component does not allow to learn the table type directly. To learn about the table engine, execute the following SQL query:
Code: Select all
SHOW TABLE STATUS WHERE NAME = 'TableName'