Reg:Data is not visible
-
I have a problem with my project. In this project, we have two options to view the details of a particular employee details. 1. we have provided a new desktop(say X) for this project so u can view the details of particular employee number. 2. Here, another option(say Y) is also available. From this also, u can view the details of any employee number. My problem is, Now I am able to view the details of from Y, but not from X. This is occuring for only one employee number. The remaining employee numbers are working fine and I can able to see the details from the two options(ie., X and Y). front end is ASP and database is SQL Server2000 So what is expecting error here?? I need this urgently if any can provide the result, i will be thankful to them bhasker78@rediffmail.com Thanks and Regards Bhasker P
-
I have a problem with my project. In this project, we have two options to view the details of a particular employee details. 1. we have provided a new desktop(say X) for this project so u can view the details of particular employee number. 2. Here, another option(say Y) is also available. From this also, u can view the details of any employee number. My problem is, Now I am able to view the details of from Y, but not from X. This is occuring for only one employee number. The remaining employee numbers are working fine and I can able to see the details from the two options(ie., X and Y). front end is ASP and database is SQL Server2000 So what is expecting error here?? I need this urgently if any can provide the result, i will be thankful to them bhasker78@rediffmail.com Thanks and Regards Bhasker P
Bhasker P wrote:
we have provided a new desktop
What does that mean?
Bhasker P wrote:
So what is expecting error here??
Sounds like a problem with your application logic. However you have not provided any details on that. You just provided vague information about the user interface in abstract. ColinMackay.net "Man who stand on hill with mouth open will wait long time for roast duck to drop in." -- Confucius "If a man empties his purse into his head, no man can take it away from him, for an investment in knowledge pays the best interest." -- Joseph E. O'Donnell
-
Bhasker P wrote:
we have provided a new desktop
What does that mean?
Bhasker P wrote:
So what is expecting error here??
Sounds like a problem with your application logic. However you have not provided any details on that. You just provided vague information about the user interface in abstract. ColinMackay.net "Man who stand on hill with mouth open will wait long time for roast duck to drop in." -- Confucius "If a man empties his purse into his head, no man can take it away from him, for an investment in knowledge pays the best interest." -- Joseph E. O'Donnell
Here new desktop means, We created new interface(say Y) to access the applications of project through this desktop only. This is a web application and this is provided for client side. And another thing, you can view this data from another interface(say X) also Now the Problem is, here we are seeing the data about a particular empnumber from X only. And this particular empnumber is not visible from Y. And this is happening for only one empnumber.And the remaining all empnumbers working fine. Bhasker P