Hi All,
i am doing a program where multi users are accessing the same database, each user can select records from the database and process them and have the results, at the same time other users can select other records as well. I would like to know the best approach of how can i save each user selection of records so when he login again he finds his settings saved without reselecting them.
i am doing a program where multi users are accessing the same database, each user can select records from the database and process them and have the results, at the same time other users can select other records as well. I would like to know the best approach of how can i save each user selection of records so when he login again he finds his settings saved without reselecting them.
Comment