Question
8.0.2 update problems
Have updated to DW 8.0.2 and all original scripts in
"advanced" record setup fail. Have managed to fix all text and
numeric searches by deleting ' and setting as text/numeric but
dates declarations will only show the recordset when set to numeric
with surroundng #'s.
SQL:
SELECT *
FROM Qry_EnquiryList
WHERE EnquiryID like varID AND Project like %varProject% AND Address like %varAddress% AND Company1 like %Company% AND Status like varStatus AND Estimator like varEstimator AND Received > #varReceived#
When the page is put to the website it fails with:
Application uses a value of the wrong type for the current operation.
Anyone else had thsi problems? My original scripts have been live for over a year without problems.
SQL:
SELECT *
FROM Qry_EnquiryList
WHERE EnquiryID like varID AND Project like %varProject% AND Address like %varAddress% AND Company1 like %Company% AND Status like varStatus AND Estimator like varEstimator AND Received > #varReceived#
When the page is put to the website it fails with:
Application uses a value of the wrong type for the current operation.
Anyone else had thsi problems? My original scripts have been live for over a year without problems.
