Column Status

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Prompt Systems
Posts: 2
Joined: Wed 05 Oct 2005 19:16

Column Status

Post by Prompt Systems » Wed 05 Oct 2005 19:23

Hello,

I received an "error" during reading column Informations.
The following command worked for me:

Code: Select all

DESCRIBE `fahrzeuge` `Status`
Now let me describe my problem.
The column "Status" is an enum field but the enum Options are not completely displayed just 40 characters. So how do I read the complete Column Information?

I hope to received help from you soon.


Best regards
Last edited by Prompt Systems on Tue 26 Oct 2010 20:31, edited 1 time in total.

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Post by Ikar » Thu 06 Oct 2005 09:04

Thank you for information.
We reproduced your problem and fixed it. This fix will be included in the next MyDAC build (4.00.1.5). It will be available in about one week.
Please look forward for announcments at the forum.

As temporary solution use DESC instead of DESCRIBE

Post Reply