From: Siegfried Heintze Date: September 28 2005 6:47pm Subject: Where to store comments? List-Archive: http://lists.mysql.com/mysql/189720 Message-Id: <27003502.1127933405339.JavaMail.SYSTEM@CCC-NOVA1> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Other databases allow one to store comments describing each field in a table definition. These are stored in the database. In addition, one can store comments about the table. Examples include MS SQL Server and MS Access. Does MySQL have such a feature? Is there a GUI to support it? What perl or java functions does one use to store and retrieve these strings? Thanks, Siegfried