Store information with "only readable" database and "no makro"
Hi,
There is a database i have to analyze.
I am searching for a possibility to store data (comments or a "done" status update) in any kind for other users.
I can generate files (txt, qvd, ...) but i am not able to run makros or write into database directly.
Do you see any way to store specific (and changed) data?
Example:
i have a table tasks
ID, Sender, Status, Who, Task, BlockerID
...
22, WB, to be done, DR, check user profiles, null
...
i need any way to mark this task as "done" without change the data in database. So i tried additional files where i stored ID of done tasks. This works, but i have no way to store this data to files by application.