Question
uk date & sql server
The following error message is displaying when I try to
update my SQL database from an MX update statement
"Microsoft OLE DB Provider for ODBC Drivers error '80040e07'
[Microsoft][ODBC SQL Server Driver][SQL Server]The conversion of a char data type to a datetime data type resulted in an out-of-range datetime value. "
I'm using the LCID 2057 on my asp page however, I know my SQL Server is using US formated date which I can't change. I've search the web , asked a lot of questions and discovered that there is a Convert fix that I could use. CONVERT ( data_type [ ( length ) ] , expression [ , style ] )
now here's the thing where do I use it? On the server? or within the ASP page? and how?
Any help greatly appeciated
"Microsoft OLE DB Provider for ODBC Drivers error '80040e07'
[Microsoft][ODBC SQL Server Driver][SQL Server]The conversion of a char data type to a datetime data type resulted in an out-of-range datetime value. "
I'm using the LCID 2057 on my asp page however, I know my SQL Server is using US formated date which I can't change. I've search the web , asked a lot of questions and discovered that there is a Convert fix that I could use. CONVERT ( data_type [ ( length ) ] , expression [ , style ] )
now here's the thing where do I use it? On the server? or within the ASP page? and how?
Any help greatly appeciated