Hi!
Is there a way to display, on a given .asp page, the modification date of a database, as it is displayed on the web server?
I explain myself. The human ressources of my organization have a database in which they keep track of the people. Once in a while, they transfer this database on the Web server. I have a Web page (.asp) that display the list of people dynamically from this database. I want the modification date of my Web page to be the same as the modification date of the database on the Web server.
First problem, I can't modify the original database adding a "last modification" field...
Is there a way to retrieve that modification date in javascript???
Thanks!
Is there a way to display, on a given .asp page, the modification date of a database, as it is displayed on the web server?
I explain myself. The human ressources of my organization have a database in which they keep track of the people. Once in a while, they transfer this database on the Web server. I have a Web page (.asp) that display the list of people dynamically from this database. I want the modification date of my Web page to be the same as the modification date of the database on the Web server.
First problem, I can't modify the original database adding a "last modification" field...
Is there a way to retrieve that modification date in javascript???
Thanks!