Automatic display of data when user logs in
-
Hi, I want to develop an application, wher on each users login some data has to get displayed. But it should not be same for any two. example let us assume I have 10 rows of data in database. i.e. d01, d02, d03,d04,d05.....etc. and there are 5 users u1, u2, u3, u4, u5. when u1 logins data or d01 has to get display in his login. then when next user logins next row data has to get displayed. If d06 is completed in one day, next day when the user logins it has to start with data of d07. I am not getting any idea how to start with, any suggestions will be appreciated. Thanks in advance
-
Hi, I want to develop an application, wher on each users login some data has to get displayed. But it should not be same for any two. example let us assume I have 10 rows of data in database. i.e. d01, d02, d03,d04,d05.....etc. and there are 5 users u1, u2, u3, u4, u5. when u1 logins data or d01 has to get display in his login. then when next user logins next row data has to get displayed. If d06 is completed in one day, next day when the user logins it has to start with data of d07. I am not getting any idea how to start with, any suggestions will be appreciated. Thanks in advance
Hi n_gchaitra! I think you have to store the last status of the data that has been displayed to particular user. Proper table structure in DB may solve your problem. Regards.
"Save water,It's precious" :) "Don't forget to vote" ;) ;P ;)
-
Hi, I want to develop an application, wher on each users login some data has to get displayed. But it should not be same for any two. example let us assume I have 10 rows of data in database. i.e. d01, d02, d03,d04,d05.....etc. and there are 5 users u1, u2, u3, u4, u5. when u1 logins data or d01 has to get display in his login. then when next user logins next row data has to get displayed. If d06 is completed in one day, next day when the user logins it has to start with data of d07. I am not getting any idea how to start with, any suggestions will be appreciated. Thanks in advance
1st of all ur question is not well described from here,
n_gchaitra wrote:
If d06 is completed in one day, next day when the user logins it has to start with data of d07.
But I think U need a something like LOGIN in which Some user has a Id and logs in then he/she can see the details related to that particular id? bu here u want something like a user can see two data Means d01,do6 for U1?Is it so? Do u want to build like this?
Believe Yourself™ :->™
-
Hi n_gchaitra! I think you have to store the last status of the data that has been displayed to particular user. Proper table structure in DB may solve your problem. Regards.
"Save water,It's precious" :) "Don't forget to vote" ;) ;P ;)
Thank you. But how?
Chaitra N
-
1st of all ur question is not well described from here,
n_gchaitra wrote:
If d06 is completed in one day, next day when the user logins it has to start with data of d07.
But I think U need a something like LOGIN in which Some user has a Id and logs in then he/she can see the details related to that particular id? bu here u want something like a user can see two data Means d01,do6 for U1?Is it so? Do u want to build like this?
Believe Yourself™ :->™
Hi Gandalf, Thank you for the reply. Actually it is not mandatory to have login. I thought having logins will be a good idea. Anyway i tell you what I want. I have already have data in the database which have been stored to some other application. Now I want to do some process on the data. But when i open the application it should load the data aumatically. This I can do for the first time and for a single user. But the requirement is suppose when a user1 uses the application data in the first row has to be loaded and when next user uses it simultaneously second row has to be loaded. like wise if 20 users runs application in the same time or at different time data of 20 rows has to be loaded for the 20 users.
Chaitra N