Show Create Table Statement -> Result too long

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
somdata
Posts: 6
Joined: Fri 12 Aug 2005 11:54
Location: Aarau, Switzerland

Show Create Table Statement -> Result too long

Post by somdata » Tue 03 Jul 2007 13:16

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

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Wed 04 Jul 2007 07:15

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.

somdata
Posts: 6
Joined: Fri 12 Aug 2005 11:54
Location: Aarau, Switzerland

Post by somdata » Wed 04 Jul 2007 09:24

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.

Post Reply