Hi,
I've had a website built for me using asp and mssql. Im getting errors relating to the date format in queries being submitted.
The asp is trying to insert dates in format dd/mm/yyyy, but after testing my mssql server is expecting the dates in format yyyy/mm/dd.
Is there a way of making this work (Without going through all the code and fomatting the dates to something my sql server can accept) i.e. is there someway of configuring my sql server to accept dates in the format?
Thanks for any help you can give me.
Matt