Great extension! Thank you.
I am having 1 small issue though. On a Classic ASP/VBScript page, I am updating a recordset value and everything works fine--unless I have no checkboxes selected. Then I get the following error:
Microsoft OLE DB Provider for SQL Server error '80040e07' Operand type clash: float is incompatible with text
I'm using MSSQL 2008 and the field that stores the comma-sep values is a varc_h_a_r(500)null [allowed].
Again--it works fine if I have 1 or all checkboxes checked, but I get the error.
Here is the row in the Dreamweaver Update Behavior that's associated with the checkboxes:
MM_editCmd.Parameters.Append MM_editCmd.CreateParameter("param34", 201, 1, 500, Request.Form("CustomerGroups")) ' adLongVarChar
Suggestions? |
|
|