I've Macromedia's cfgrid & cfgridupdate examples, but they are useless as they don't provide you with the full code. Does anyone know of where I can find examples on how to use this code. I've tried updating my DB using the following, but I get the following error when using cfgridupdate.
[Macromedia][SQLServer JDBC Driver][SQLServer]The text, ntext, and image data types cannot be compared or sorted, except when using IS NULL or LIKE operator.
The SQL that CF generated automatically looks like this:
update inspectionTest set Inspection = (param 1) , Actual = (param 2) where ID = (param 3) and Inspection = (param 4) and Actual = (param 5)
Any suggestions are welcomed!!
[Macromedia][SQLServer JDBC Driver][SQLServer]The text, ntext, and image data types cannot be compared or sorted, except when using IS NULL or LIKE operator.
The SQL that CF generated automatically looks like this:
update inspectionTest set Inspection = (param 1) , Actual = (param 2) where ID = (param 3) and Inspection = (param 4) and Actual = (param 5)
Any suggestions are welcomed!!