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...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_20564564...
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...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_21038707...
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...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_21213241.html
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...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_21441266...
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 ?
...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_21863300...
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
...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_20554932...
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...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_20925687...
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#"...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_20996448...
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...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_21010799...
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...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_21160333...
Zones:
Cold...Date Answered: 11/16/2004 Rating: 8.6 Views: 0