having problems with this code:
<CFQUERY DATASOURCE="#Application.dsn#" NAME="EmpQuery">
SELECT RepID,Email,Name FROM WimpReps WHERE Name='#Form.Recipient#'
</CFQUERY>
query returns an access ODBC error - data mismatch
we have checked the fields - all text fields except RepID (number)
what is going wrong?
p.s. code works fine with postgres but not access
<CFQUERY DATASOURCE="#Application.dsn#" NAME="EmpQuery">
SELECT RepID,Email,Name FROM WimpReps WHERE Name='#Form.Recipient#'
</CFQUERY>
query returns an access ODBC error - data mismatch
we have checked the fields - all text fields except RepID (number)
what is going wrong?
p.s. code works fine with postgres but not access