By erik van ballegoij on
Wed, 28 Sep 2005 05:18:53 GMT
DotNetNuke and SQLServer don't always work together in the best of ways, especially if the system culture of the webserver is different from the language setting in sql server. If this is the case, then some modules will have problems saving datetime values to the database. For instance, if the database is expecting German type dates (dd.MM.yyyy), and DNN is sending US type dates (MM/dd/yyyy), in the best case dates will be saved with wrong information (reversed day and month), and in the worst case an error...
Read More »