This is a discussion on How can I tell when a column was added to a table? within the Informix forums, part of the Database Server Software category; --> Is there a way to tell who and when a column or other properties were changed on a table ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Use onlog and dump changes made to syscolumns for the database. You will need to get the partition of the syscolumns table. "Gary Quiring" <gquiring@msn.com> wrote in message news:j9li80ljk90c1fv0su28h18o1bem24kp20@4ax.com... > Is there a way to tell who and when a column or other properties were changed on > a table using IDS 7.3? > > Thanks > Gary Quiring > |