| Thread | Last Post | Replies |
|
| Memory Creep | 03 Dec 2004 23:57 GMT | 2 |
Good Morning All, I currently using CF MX to develop a rather large application. I'm doing a lot of Document parsing and storing the data in Structures (Some of these structures are very large). After that, I convert it to WDDX and send it to a
|
| Need 1 Query for 2 tables | 03 Dec 2004 21:12 GMT | 2 |
Ok I need to make one query for two tables, these two table are called 'schedule' and 'users'. Here are fields I need to get from users: user_ID, user_first_name, user_last_name Here are fields I need to get from schedule: sch_ID, sch_user_ID, sch_date_from, sch_date_to, ...
|
| Memory leakage in CFMX is a big problem here. Need help. | 03 Dec 2004 19:49 GMT | 9 |
Has anyone run into memory leakage issues with CFMX. We have a very large and complex application which runs everything from queries to cfmodules to cfcs and the kitchen sink. But all of it CFMX, no java or DLL code.
|
| After calling Store Procedure i get HTTP 500 page | 03 Dec 2004 15:53 GMT | 3 |
I call a simple store procedure to add, update and delete some data from my SQL Server 2000 database, like this: <CFSTOREDPROC procedure='tv_programHandle' datasource='#Request.DSN#' username='#Request.DB_USER#' password='#Request.DB_PW#'> <CFPROCPARAM type='Out'
|
| Query of Query Error upon 6.1 Upgrade | 03 Dec 2004 01:25 GMT | 9 |
Hiya. We have recently upgraded our CF servers from 5 to MX (6.1) and It has caused a Query of Queries to stop working. Note: I have read the livedoc: http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/using_r6.htm and tried to call support to see if this was in fact a 'Bug' ...
|
| problem upgrading jvm | 02 Dec 2004 22:10 GMT | 2 |
I am having memory spike problems so I tried to follow the steps in this tech note: http://www.macromedia.com/support/coldfusion/ts/documents/tn18339.htm The problem is that the jvm installs without a 'server' directory so Cold Fusion errors out when it tries to restart because ...
|
| cfscript code assignment | 02 Dec 2004 22:03 GMT | 2 |
I had this code...which works fine: <cfscript> if(isdefined('chkIncome1')) { Session.Consumer.Income1Select = Form.chkIncome1; llResetOptionIncome = True; } else Session.Consumer.Income1Select = ''; </cfscript> But now I have a bunch of checkboxes...so I wanted to try ...
|
| advanced SQL help | 02 Dec 2004 21:43 GMT | 5 |
I have 2 tables i need to pull from: Table 1 = property Table 2 = notepad they are linked with a propkey field in both tables.
|
| Dynamic Variables, scopes, and "defined-ness" | 02 Dec 2004 20:38 GMT | 1 |
Apollogies ahead of time for cross-posting, not sure if this is a general discussion or advanced topic :> Hello - I am programming a script that creates dynamic variables based on retrieved external information. Some of the variables I need to create are of the struct data type ...
|
| CFSCHEDULE question | 02 Dec 2004 17:44 GMT | 3 |
I am using <cfschedule> to run a .cfm page. I am testing it on my local machine running CF 4.1 on Win XP Pro. I can see in the schedule log that the schedule ran successfully, however the target page (in my wwwroot directory) did not execute.
|
| Date issue | 02 Dec 2004 17:43 GMT | 5 |
I have a scrolling JS with dynamic data output for employees birthday's. It should output birthdates between today and forward one week based on month and day. Previously I did not have the birthdate years in the db field and this query worked great, however, I have added the ...
|
| comma delimited list in database | 02 Dec 2004 16:33 GMT | 3 |
I have a comma delimited list stored in a database column and need to pull out the record based on one of 2 of the values. Below I have a loop that loops through the comma delimited list of values, and then and if statement that says if the values are either 'ProgMonReviewer' or ...
|
| creating a simple scoring system | 02 Dec 2004 16:12 GMT | 2 |
Hi, I'm looking to create a site where coldfusion will be needed, but it's not one of my strong points. I'm trying to a quiz aspect to it, where i need to have a scoring system to count when results are correct, tally them up and then put it into a database. The site will be ...
|
| Browser cookie doubled | 02 Dec 2004 13:55 GMT | 2 |
Hello: I have created many applications using Cold Fusion. Several of them use cookies for authentication. On several of my sites, the cookie will occasionally be doubled. I.e., the browser will appear to have two cookies with the same name but different values. This is shown ...
|
| How to ping to my site from the cf? | 02 Dec 2004 04:41 GMT | 2 |
hi i have a web site. but this is going down so many times due to internal problems. so i was unable to know when the site is down. until someone is checked it manually then only i was to know that the site is down. so for this i want to write a program which will ...
|