I have a centralized database and 2 (or more than 2) users who have access to it working simultaneously. When USER1 logs in all data from database is fed in a dataset and user uses the dataset to get the data. Now the Location table has 5 entries/location names. Meanwhile USER2 adds a location (Chicago) to database. Now I want to have access to the new location (Chicago) in USER1 system.
Do I need to use triggers for this? Or shall I try for threads?
Let me know if this is not feasible way of operating application. Any additional and relative information is welcome.
I don't have enough knowledge to understand all this and I am just going through learning phase in all these techniques, technologies and concepts. Sorry if it is a dumb question.