If it works for you in Dreamweaver CS5 and SQL 2008, perhaps you can tell me what DataType you're using in SQL and show me the line from Dreamweaver's Update Server Behavior that starts with this:
MM_editCmd.Parameters.Append MM_editCmd.CreateParameter
That would save me a lot of time. But, to ensure it wasn't something I was doing, I tried changing my DB DataTypes (I tried varchar, nvarchar, text, float, numeric--even though I knew a couple of those wouldn't work, I tried anyway).
I also tried changing the Dreamweaver Update Behavior to use Text and Numeric--without success.
I also tried changing the ADO type (from 201, to 200 to 5) but no change.
I even tried creating everything from scratch in a new page with only the 2 relevant fields. No change.
Can you send me the SQL (not Access) DataType and ASP-VBScript ADO type you're using with success???
|
|
|