Page 1 of 1

Show Create Table Statement -> Result too long

Posted: Tue 03 Jul 2007 13:16
by somdata
Commands like SHOW CREATE TABLE or SHOW INNODB STATUS return a long string. In Delphi this string is truncated. Is there a way get the result in a Memo or other readable format?
Thanks
Martin Sommerhalder

Posted: Wed 04 Jul 2007 07:15
by Antaeus
Please specify the following information:
- exact version of MyDAC. You can see it in the About sheet of TMyConnection Editor;
- exact version of MySQL server and MySQL client. You can see it in the Info sheet of TMyConnection Editor;
- script to create the table which causes this problem. You can send it to me at evgeniyd*crlab*com.

Posted: Wed 04 Jul 2007 09:24
by somdata
MyDAC Version 5.00.1.7 for Delphi 7
MySql Version 4.1.15-nt
Sorry to have bothered you - just tested this again - and it works fine.