[EMAIL PROTECTED] wrote: > > Hallo ! > > My application uses the field comments of a table to decide > what to do. > Is the user allowed to leave the field empty, is he allowed to enter > data, do i need a textbox or a combobox in my forms ...... > > > Is there a way to pass value to the field comment of a table when > creating a table via programm ??? > > create table xxx( field1 char(20) comment = "mycomment",.......) > Until now i create a table from my programm and then use sqlstudio to > alter the table (putting my comments to the fields) > > Any help welcomed >
But please keep in mind that COMMENT in the domain.tables resp. domain.columns is a LONG-field, where no WHERE comment LIKE '.....' can be used for to decide what can be done with this table/column. Or do you mean a column in your own table which is named COMMENT and should be filled with the same value for every row in your own table ? Elke SAP Labs Berlin > Best regards > > Albert Beermann > > ''''' > ''''''''' > (0 0) > +---------oOO-------(_)-------------------+ > | Tel: 0541/5841-868 | > | Fax: 0541/5841-869 | > | Mail: mailto:[EMAIL PROTECTED] | > | Internet: http://www.piepenbrock.de | > +-------------------------------oOO-------+ > |__|__| > || || > ooO Ooo > > > -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
