Ok, cool. I will look at this, as soon as I can -- this is a project I am working on, from home. So I can't look until I get back there, this evening. But I will check it out, staright away and let you know.
No, I have not changed any culture defaults. I am using the buildprovider and simply drag'n'dropping a SS Scaffold control on the page and setting the "table" element, within the tag to a MySQL table.
The page comes up just fine. It even enters "Edit" mode just fine. But when I click "Save" it errors.
Here is the content of that error:
****************************************************************************************************************************************************
Server Error in '/dd6' Application.
--------------------------------------------------------------------------------
Incorrect date value: '6/7/2005' for column 'news_date' at row 1
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: SubSonic.SqlQueryException: Incorrect date value: '6/7/2005' for column 'news_date' at row 1
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[SqlQueryException: Incorrect date value: '6/7/2005' for column 'news_date' at row 1]
SubSonic.Update.Execute() +256
SubSonic.Scaffold.UpdateRecord(String primaryKeyValue) +439
SubSonic.Scaffold.SaveEditor() +32
SubSonic.Scaffold.btnSave_Click(Object sender, EventArgs e) +25
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +105
System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +107
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +7
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +11
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1746
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433
****************************************************************************************************************************************************
HTH. I really NEED to get scaffolds working. And it just seems like these date fields are the "fly in the ointment".
LMK - TIA