Need some guidance here please.
We have written a scipting utility to change Access database schemas we have deployed in the field. The utility also adds a new custom property to the database, which denotes the scipt name, the date it was run and the success code (i.e., flag).
We know the properties have been added, because we can enumerate and interrogate them via code. However, they are NOT visible within the database's custom properties dialog box.
Any ideas why these custom properties are not viewable?
Our other alternative is to have the utility create a history table and append a record each time a schema change script is run.
Thanks for any assistance you may to offer!
We have written a scipting utility to change Access database schemas we have deployed in the field. The utility also adds a new custom property to the database, which denotes the scipt name, the date it was run and the success code (i.e., flag).
We know the properties have been added, because we can enumerate and interrogate them via code. However, they are NOT visible within the database's custom properties dialog box.
Any ideas why these custom properties are not viewable?
Our other alternative is to have the utility create a history table and append a record each time a schema change script is run.
Thanks for any assistance you may to offer!