Hey,
anybody out there having ideas/thoughts/experiences around following concept:
I want to develop an application using a database. Since databases are open for anybody having the appropiate rights and connection software, I want to be sure nobody changes data in certain tables manually, but uses always the application. I would like to add an extra column in these tables which is updated by the application each time an insert/update happens. The value of this column should be calculated by a certain "secret" formula not known to the users of the application. So if they do things manually they do not know which value to use for this extra column and in that way these manually changed records can be found. Anybody done such a thing and if so what are the experiences? Do you have tips for a good formula?
anybody out there having ideas/thoughts/experiences around following concept:
I want to develop an application using a database. Since databases are open for anybody having the appropiate rights and connection software, I want to be sure nobody changes data in certain tables manually, but uses always the application. I would like to add an extra column in these tables which is updated by the application each time an insert/update happens. The value of this column should be calculated by a certain "secret" formula not known to the users of the application. So if they do things manually they do not know which value to use for this extra column and in that way these manually changed records can be found. Anybody done such a thing and if so what are the experiences? Do you have tips for a good formula?