montypython1
Technical User
Greetings,
I frequently need to add fields to one of my specification tables within a database. After using AFTER TABLE, the system generates the following error message: "The entries in table "tablename" does not match entries in database). Apparently ALTER TABLE only works on stand-alone tables.
How do I programmatically modify both the TABLE and the DATABASE fields, so that I do not receive this message?
Thank you in advance for any suggestions.
Dave Higgins
I frequently need to add fields to one of my specification tables within a database. After using AFTER TABLE, the system generates the following error message: "The entries in table "tablename" does not match entries in database). Apparently ALTER TABLE only works on stand-alone tables.
How do I programmatically modify both the TABLE and the DATABASE fields, so that I do not receive this message?
Thank you in advance for any suggestions.
Dave Higgins