Hello fellas,
Am really new at asp, but am learning as fast as I can, but now am with a challenge and don't know how to do this....
I need to build an asp-based report, there is a databace SQL based, where all the door using is registered with the credential, who has an employee name.
The challenge is that some people uses the main door several times at day, then all those movements are logged into the SQL DB, so HHRR only needs to know the first time that you used (Day and time of your assistance) and the last time (when you leaved the building)
I know how to connect to the DB, and get the info, but i have no ideas of how to obtain that info, for each day and only show:
Employee Name: XXXXXX
Monday 11/03/2008 8:30 am 11/03/2008 6:30 pm
Thursday 12/03/2008 8:00 am ETC.....
About the format I can do it by my self, but how to obtain only the first and the last date???
Am really new at asp, but am learning as fast as I can, but now am with a challenge and don't know how to do this....
I need to build an asp-based report, there is a databace SQL based, where all the door using is registered with the credential, who has an employee name.
The challenge is that some people uses the main door several times at day, then all those movements are logged into the SQL DB, so HHRR only needs to know the first time that you used (Day and time of your assistance) and the last time (when you leaved the building)
I know how to connect to the DB, and get the info, but i have no ideas of how to obtain that info, for each day and only show:
Employee Name: XXXXXX
Monday 11/03/2008 8:30 am 11/03/2008 6:30 pm
Thursday 12/03/2008 8:00 am ETC.....
About the format I can do it by my self, but how to obtain only the first and the last date???
Comment