print structure in column style

Discussion of open issues, suggestions and bugs regarding database management and administration tools for MySQL
Post Reply
jkuiper
Posts: 138
Joined: Fri 04 Aug 2006 14:17

print structure in column style

Post by jkuiper » Fri 20 Feb 2009 10:09

Why is it not possible to print the structure in columns (spreadsheet) style directy from the edit table tab?

Now I have to create an SQL script and use the command desc ;

Duke
Devart Team
Posts: 476
Joined: Fri 29 Oct 2004 09:25

Re: print structure in column style

Post by Duke » Fri 20 Feb 2009 10:43

jkuiper wrote:Why is it not possible to print the structure in columns (spreadsheet) style directy from the edit table tab?

Now I have to create an SQL script and use the command desc ;
Is it a routine task for you to print table columns?

jkuiper
Posts: 138
Joined: Fri 04 Aug 2006 14:17

Post by jkuiper » Fri 20 Feb 2009 14:55

For this moment it is.
Before using Studio I used TOAD 4.1 freeware and that will print the strcture as i like (even the comments :wink: )

Duke
Devart Team
Posts: 476
Joined: Fri 29 Oct 2004 09:25

Post by Duke » Wed 25 Feb 2009 10:24

We'll consider adding this feature to the feature list for the next version.

Duke
Devart Team
Posts: 476
Joined: Fri 29 Oct 2004 09:25

Post by Duke » Thu 26 Feb 2009 11:28

I forgot that you can open Summary window, set focus on column folder of the required table in Database Explorer and print columns in the grid-like manner from Summary window.

Post Reply