Enter Keywords:
1 - 10 of 42(0 seconds)
Sort By:
 
I am a self-taught coldfusion website designer for my company, and although I have learned a huge amount about coldfusion, I have basically learned specific things I need to know to design my speci...
Zones: Cold...Date Answered: 03/27/2003 Rating: 7.2 Views: 0
Anybody knows if this works.  I try to search by partial text..but it doesn't work <cfhttp url="http://webt1sales-dc.ilx.net/allusers.txt"   port = "1000"   username = "webddd\ddcess"   pass...
Zones: Cold...Date Answered: 06/28/2004 Rating: 9.0 Views: 0
I have the following code that I am pulling from an SQL 2000 DB: <cfquery datasource="#datasource#" name="getevent"> SELECT * FROM CalItems WHERE ItemID = <cfqueryparam value="#URL.itemid#" cfs...
Zones: MS SQL ServerDate Answered: 11/19/2004 Rating: 4.2 Views: 0
I have a form and I'm using a component to insert data in the database. I don't get any errors but also no data gets inserted into the database. Here's my code for my process.cfm:             <cfinvok...
Zones: Cold...Date Answered: 05/31/2005 Rating: 8.4 Views: 0
Okay i am trying to incorporate cfqueryparam into the below statement but it doesn't sort asc or desc properly and crashes out when i put it around the FORM.keyword LIKE search ? Any ideas  ?  ...
Zones: Cold...Date Answered: 07/15/2006 Rating: 7.2 Views: 0
Being the dilligent little developer that I am, I'm trying to outfit our queries with CFQueryParam.  We're using CF version 5, native drivers, Oracle 8.1.7. Here's the query in the .cfm file     ...
Zones: Cold...Date Answered: 03/19/2003 Rating: 5.4 Views: 0
Hey everyone, I just had a quick question.   I have been reading all about the <cfqueryparam> tag recently (e.g. http://tutorial138.easycfm.com/) and I understand it to speed up <cfqueries> when us...
Zones: Cold...Date Answered: 03/20/2004 Rating: 9.6 Views: 0
I'm passing form values to a page.  The checkbox items all have the same name on the form, but when I use <cfqueryparam cfsqltype="CF_SQL_VARCHAR" list="Yes" separator="," value="#form.daysavail#"...
Zones: Cold...Date Answered: 05/20/2004 Rating: 9.0 Views: 0
Hello Friends, It seems like cfqueryparam does not like International characters. We're using Oracle 9i with UTF-8 encoding and CFMX <cfquery name="qGetCompanyID" datasource="#Request.DSN_TXN...
Zones: Cold...Date Answered: 07/11/2004 Rating: 7.8 Views: 4
Given this piece of code: <cfquery name="GetNewHiresYear" dbtype="query"> SELECT HireDate FROM GetOrderData WHERE JobFamilyID = #Val( tFamID )# AND #tColName# = '#tLbl#' AND HireDate >= <cf...
Zones: Cold...Date Answered: 11/16/2004 Rating: 8.6 Views: 0