ColdFusion

generate a list of random numbers

Hi all is it possible to generate a list of random numbers within a certain range, and without duplicating a number that is already been used in the list? TNX for any help...

error in destination cffile

I tried them hard code the destination cffile, initially, it is a variable and I always get the error msg:"The value of the destination attribute, which is currently"D:\INETPUB\skyhead\learnlang\yiddish\Lesson 2", is not valid." If I change the path

How to write a join

I use an access database. I have a strat_data_call table that has the fields rec_no, agency, due_dt name and a table named ccd_data_call with the strat_rec_no, user_id fields. When an action takes place in a particular record in the strat_data_call a

How instantiate a Singleton persistent

I have a data access component for access to non-relational databases, and in order to make it useful, I need to allow grouping. What would work better would be if I could instantiate a class singleton when coldfusion starts, but I have no idea how t

Need to retrieve the text of a URL and store in a variable

Looking for advice here, I can do this in PHP, but I'm too new to CF doesn't know it yet. To spend of PHP to the CF would mean sending these variables in the URL of the web that I want to avoid. Basically I have a precompiled java module I should use

Looping over a query and return of all result sets

Hello I'm a loop on a query by passing a list of ID numbers, I want to be able to return all results as a result. How can I find all these results as a whole. Here's how I do it now:

cfoutput in javascript

Hello I can't understand why the code below does not work. I'm just trying to create a table from a cfquery. The code does not have any errors. but the alerts do not work. If I find the source of the browser page I can see table has the right in sinc

CF first period of use

Nice day!Help, please!I am installing a new CF Developer Edition on Windows 2003 SP1 + IIS systemIt comes with 2 non fatal errorsAfter the restart, the service could not start. What it can be? Some problems of Java?

Results of randomization in queries

Lets say I have 24 records in a table... I want to return 1 row only, but randomize which line is returned whenever the query is accessed. Note: I am currently using MX 6.1, so functions available in 7 obviously won't work. Thanks in advance. -Nathan

installation problem - admin login

Installation of CFMX 7 on Win XP Pro with IIS. I run the installer with apparent success, but on the connection page directors of migration/configuration wizard starts and then go back to the login page. I tried to install with the server of web deve

Dates and MS SQL

Hi - I'm having a difficult time with dates and MS SQL that I just updated our database from access and it made my head. The problem I have is when I entered a date like 10/05/2006 it is displayed as 10/05/2006 and then if I update the record it swit

Activation of advanced security kills CF Instance

I've got CFMX 7.01 installed as an installation multiserver on Windows 2003 running IIS 6. Everything working fine until I have enable Coldfusion security sandbox. After restarting the service (which seems to it starts very well), I lose the CF admin

CentOS 4

I have my server CF7 MX installed on RHEL 3, but now I want to migrate to CentOS 4. I can't get the guy to work - someone at - he tried / succeeded? I understand that centos4 is based on RH EL4, so if you have it works on RHEL 4 and you used some spe

Web server embedded on a new installation

I'll put up a new system of development of CF on a WinXP pro system. I know I could install IIS, but I did not. I advanced and installed CF MX7 with the built-in server. Should I go back and install IIS? And if so why?

cfm code form field to enter in the access database

anyone would take a few seconds to give some info very newbie... I want to take a few fields of the form (name, phone, etc.) ... Take these form fields and store this entry in the access database (call it DATA .mdb). Basically, use the CFM page: a GU

Query execution error

Hello I'm having a hard time finding this error message. Run database query error.General error: unknown table 'photoid' by MULTI DELETE The error occurred in C:\Inetpub\wwwroot\homes\commuser\deletephoto.cfm: line 32 30: DELETE photoID adID, contact

Verity status key Structure

How can I get access to keys status verity structure? There is no mention of this in the CF documentation, but no example of how empty or show results. The keys are: found - the number of documents that contain the search criteria.The number of docum

Sum exceeds 32 767

I'm trying to find the average length of calls into our database of calls to technical support using "SUM (calltime) AS time_total" and then only by dividing by the number of incidents. The area I'm looking on, calltime, whole is short. If time_total

Avoid duplication of record Insertion

I'm trying to get something like that, but I think instruction Insert is not allowed in the case or Select expects something in return is why it continues to give me missing Expression. Y at - it another way to prevent duplicate insertion. I know tha

get the last record

What is the best way to get the last record in a table?... in addition to select * from tbl by id Desc... & then set = 1 maxrow in cfoutput. I want a quick way.I tried "Max (id), columns, but not worked.If I ' Max (id) as V ' & then turn around and m
« Prev 1 ... 5 6 7 8 9 10 Next »