J
JP SIngh
I have a SQL Database with an ASP front end.
There are actually two webservers which connect to the SQL database in UK.
i have two questions
1. How can I insert null values when inserting dates within my records. If
gives me a type mismatch error is the form field was empty.
2. How will the sql server differentiate that the date coming from UK
webserver example "03/01/2005" is 3rd January 2005 and the same date coming
from US webserver "03/01/2005" is 1st March 2005. Do I need to deal with
this in the ASP code? or maybe I need to convert them to a more generic
format. Does anyone know of a fool proof function to convert the dates into
universal formats.
Thanks in advance for your help.
Regards
There are actually two webservers which connect to the SQL database in UK.
i have two questions
1. How can I insert null values when inserting dates within my records. If
gives me a type mismatch error is the form field was empty.
2. How will the sql server differentiate that the date coming from UK
webserver example "03/01/2005" is 3rd January 2005 and the same date coming
from US webserver "03/01/2005" is 1st March 2005. Do I need to deal with
this in the ASP code? or maybe I need to convert them to a more generic
format. Does anyone know of a fool proof function to convert the dates into
universal formats.
Thanks in advance for your help.
Regards