I've created a stored procedure in microsoft sql 2005 db. I am trying to pass just the filepath, filename, size right now because they are all new records im inserting.
Why is it that in...
Just got finished configuring IIS 7 on my brand new Windows Vista Machine (Premium Edition). The installation program for WIndows for Adobe Cold Fusion 8 went to completetion with no errors, ...
I have an edit form with three checkboxes on it. When the original form is filled out I save the number 1 to the database if they check one of the text boxes. How would I pull this data from...
For some strange reason I have a website that is unable to access the CF8 Ajax scripting libraries.
The website is not set up as the default website on the server (IIS 6.0 , Windows 2003), ...
I cant install ColdFusion 8 on Windows 2008 with IIS7. I get the ErrorPage:
HTTP Error 500.0 - Internal Server Error
The page cannot be displayed because an internal server error has occur...
Hi,
I found a similar question on this site, but the solution is not what I am looking for.
I need to know if there is a way to reload the keystore/truststore while the JVM is running?
...
I am currently (in development, not production) using a page that makes a CFLDAP call to our AD server. I know that the secure port on AD is not on (any calls to the standard secure port are ...
I have had several people try this now, and CF8 will not install on Vista using IIS any more.
Below is what you get, I could probably manually hack lots of IIS settings and get it working, ...
I am running coldfusion 8 enterprise on a quad core windows 2003 server with raid and 4 gigs of memory. I setup to use server instances within coldfusion and currently have 2 instances. How...
A sales total is passed to another CFM page via FORM.TOTALSALES.
On that page are six unchanging numbers, 9,18,35,50,75,100. I need know which of these six numbers is closest to FORM.TOTALS...
Using ColdFusion 8 Administrator I am trying to establish a connection to a Database in MS SQL Server 2005 Express. I am using Windows XP and IIS 5.
I continue to get a Timed out trying to...
In my query I need to loop through the courses and find out wheather or not
perosn require to take courses. if the do not require to take any courses then
mark the cell N/a. If they do req...
I have attached the instructions for a form I am working on. I understand how to pass the string for validation, but what I don't know is how to hide the results from the user and then appen...
I am trying to run a query using the results of a form as a value. Code looks like below, but I cannot get it to work. It just puts in the items as a string, and not the value of that string.
<cfset MYLIST = 9,18,35,50,75,100>
A changing sales total is passed via FORM.TOTALCOST. The total can be any value, such as $10.47, etc. Again, TOTALCOST changes for each user so its value ...
Hello experts.
I have a working code:
<cfloop query="artikel" startRow="#StartRow_artikel#">
<cfquery name="getExtras" datasource="#dsn#">
SELECT Extra_DE
FROM Extras_All
...
Hello experts.
I have two different codes for my result page.
the first code is giving for each art_Id the corresponding data from the column Besonderheiten with the function to have not mor...
I was just wondering if anyone here have experienced the same situation I'm in
right now. In a nutshell, I'm noticing on my ecommerce website the cookie holding
the shopping cart ID is bei...
Having a problem using an 'IN' clause while querying a query in coldfusion 8. here is the original query:
<cfquery name="allcrafts" datasource="#APPLICATION.DSN#">
select e.craft_ID, e....
I have what I thought would be an easy question, but if it was easy, maybe I wouldn't have the problems that I do. I have a very simplistic database, in MSACCESS right now but will eventually ...
I would like to kick off a one-time-run of a scheduled task from my ColdFusion code; but it's is a scheduled task on another server (and it must stay there). Do I use <cfschedule action="run"...
I have a field in a query that is a tab-delimited list.
I'm trying to use CFLoop to output the items of this list and I'm seeing some weird results.
Code and sample below.
It looks like t...
A table contains the column names TITLE and AREA. Each AREA contains many TITLES.
I want to display a list of AREA TITLEs that match a string from the AREA DESCRIPTION, but only one TITLE f...
Hello experts.
Because i did not get a working solution for a older questin i want to put the question again but with a more simple way.
I have two tables.
table artikel with columns art_I...
I'm looking to perform a redirect that can accommodate file names in the originating link. The issue is I've relocated a domain onto a shared server and created a sub-web, however, the host h...