I am looking to change a Coldfusion Dymnaic URL to a SEO Friendly / Human Readable URL.
The URL looks like this at the moment:
www.mywebsite.com/index.cfm?area=content&action=contentselect&menuid=1
I would like it to be more like www.mywebsite.com/aboutus
Not sure what is the best way to...
Hi
I need some help in writing a query to select the top bit for each car in a query.
The code that i have so far selects the top value but wont return each car.
<cfquery name="qBidSelect1" datasource="#request.dsName#">
select top 1 Bid.Bid,
Bid.CustomerID ,
Bid.TenderID ...
Hi
I am getting this error message below from this code:
<CFQUERY NAME="updateText" DATASOURCE="#APPLICATION.dsn#" USERNAME="#APPLICATION.DB_UserName#" PASSWORD="#APPLICATION.DB_Password#" MAXROWS="1">
UPDATE #FORM.tName#
SET
Title = '#FORM.Title#', Content = '#FORM.content#', timeStmp =...
HI
I am getting this error below. I changed the datasource of the access database to be MS Access with Unicode because of a character set problem. Before i did this the page ran without any errors. Is there a different way of programming the below?
Missing argument name.
When using named...
Hi
I am using Coldfusion with MS Access. The it's datasource is running on a setting called Access with Unicode.
The code that runs perfectly in MS Access will not run under the new setting MS Access with Unicode.
Here is an example
<CFQUERY NAME="getMenu3" DATASOURCE="#APPLICATION.DSN#">...
Hi
I am using Coldfusion with MS Access. The it's datasource is running on a setting called Access with Unicode.
The code that runs perfectly in MS Access will not run under the new setting MS Access with Unicode.
Here is an example
<CFQUERY NAME="getMenu3" DATASOURCE="#APPLICATION.DSN#">...
I have an enquiry form with a list of check boxes. In my search page it lists enquires that have been made.
If a person select two or more it wont loop through the list and bring back the ones that were selected.
Tried a number of queries and it starts returning nothing..
It will return the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.