Hey Guys,

I have started a project which require me of using MySQL. I have used
it once before but I found a few issues. Not being totally familiar
with MySQL I ran into an odd issue when I was posting information to a
query.


<cfquery name="CheckEmail" datasource="#application.ads#">
SELECT JobMailRejected, candidateID
FROM tbl_candidate
WHERE CandidateID = <cfqueryparam cfsqltype="cf_sql_integer"
value=#CheckCandidate.CandidateID# />
</cfquery>


If i use the cfqueryparam tag it fails everytime. Is this only for
MSSQL or am I missing something.

Jeremy


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cfaussie
-~----------~----~----~----~------~----~------~--~---

Reply via email to