I get access to the SQL Server with a ASP page, this is the connection string: strConnect = "Driver={SQL Server};Server=server;Database=Main;Uid=xxxxx;Pwd=xxxx;"
Is there a way to specify the language in the connection...
My OS date setting is dd-mm-yy, 'coz it's italian. But I read that SQL Server can be set using differente date format, like english format without changing OS date system....