Page 1 of 1

TMyTable show CREATE

Posted: Thu 31 Mar 2005 05:08
by tlhawkins
When in design mode I can right click on a TMyTable and get the SQL to create the table, is there a way to get that SQL at runtime?

Thanks

Posted: Fri 01 Apr 2005 06:08
by Ikar
You should execute SHOW CREATE TABLE

Posted: Sat 02 Apr 2005 16:17
by tlhawkins
That's funny, I thought it was some complicated thing. I didn't realize I could get it with an SQL statement.

Thanks!