I have a strange date issue in the ASP application.
Application displays records from the database along with the record date
The same application is installed on two different servers. On both servers application points to the same SQL database accessing it through ODBC connection.
This happens on one server only. It doesn’t happen on another server with the same application.
If ASP app uses an internal Access database, dates look OK.
When application uses the external SQL database , displayed dates are shifted to the right on the second server:
04/06/2010 - correct date on the first server
06/20/0004 – displayed date is shifted right on the second server
When I pull dates manually using WinSQL and the same ODBC connection, dates look OK. How could this shifting happen, is it a server issue or application issue?
Application displays records from the database along with the record date
The same application is installed on two different servers. On both servers application points to the same SQL database accessing it through ODBC connection.
This happens on one server only. It doesn’t happen on another server with the same application.
If ASP app uses an internal Access database, dates look OK.
When application uses the external SQL database , displayed dates are shifted to the right on the second server:
04/06/2010 - correct date on the first server
06/20/0004 – displayed date is shifted right on the second server
When I pull dates manually using WinSQL and the same ODBC connection, dates look OK. How could this shifting happen, is it a server issue or application issue?
Comment