| Thread | Last Post | Replies |
|
| Server Crashes: java.lang.NullPointerException / coldfusion.mail.MailSpooler.run | 27 Feb 2006 15:42 GMT | 1 |
Howdy all - I'm running Codfusion MX 6.1 (6,1,0,83762) Standard Edition on a Windows 2003 server with SP2. The Java VM version is: 1.4.2-b28. The server has over three gigs of RAM and plenty of disk. A few days ago, these errors started showing up for no explainable
|
| Session Scope Lock - locks one session or all? | 27 Feb 2006 15:29 GMT | 2 |
Hi All - Does an session scope lock - lock A) just the one session scope tied to the sessionID of a request, or B) all session scopes held under an app (or server) ???
|
| mySQL and cftransaction | 27 Feb 2006 15:21 GMT | 3 |
Does anyone know if cftransaction will work with mySQL 5.0.15? When I force an error in my test code, it is caught but the rollback does not take place. I've never had any issues with Oracle and cftransaction but this is the first time I've tried it with mySQL and I'm thinking ...
|
| cfhttp equivalent inside cfscript | 27 Feb 2006 15:10 GMT | 1 |
I need to find a ColdFusion equivalent for the following PHP code: function GetHTML($strPage) { return file_get_contents(str_replace(" ","%20",$strPage));
|
| Better way to write code | 27 Feb 2006 04:30 GMT | 1 |
The following code works, but I have a feeling it's not the best way it could be written. The code outputs the item by Category, Subcategory, then by Item Name. Plus, I want to output the Item Name in colums of three (So that is looks like
|
| Compare date and time to variable in a loop | 26 Feb 2006 21:03 GMT | 1 |
Hi I have dates and times in my MSSQL database and I want to retrieve them. <cfquery name="getBooking" datasource="#ds#"> SELECT *
|
| Unable to retrieve Session variables in a JSP page | 26 Feb 2006 16:27 GMT | 1 |
I am trying to confirm retrieving request, application and session scoped variables in a JSP page that are set in a CFM page CFM page: -----------------------
|
| Stored Procedures and Dreamweaver | 26 Feb 2006 04:44 GMT | 1 |
I am trying to use SQL 2000 from a shared host ISP with Dreamweaver and CF. When I connect up under Dreamweaver I can see every thing but my Stored Procs. I can see the Tables and views. From Enterprise Manager I can manipulate my Procs so I know permissions from
|
| java.sql.Date Error | 26 Feb 2006 00:11 GMT | 1 |
I recently updated to MX7 and now I get errors where i have "0000-00-00" in my MyQL 4.1 database. Is there somthing i can like change a setting in coldfusion to allow the 0 valued dates? Here is the error:
|
| mx7 and cfstoredproc | 25 Feb 2006 17:13 GMT | 1 |
How can I make the following work with codfusion mx7 (using oracle thin driver).. I am a mid -level programmer and this work was done by an outgoing programmer. I am not familiar with this tag or stored procedures. I want to move an application from a cf4.5 server to a cfmx7 ...
|
| login | 25 Feb 2006 17:04 GMT | 2 |
I have a login page i set but when i try and login it just goes back to the login screen like it says too when the login fails. Here is the code what is wrong in it? <cfif IsDefined("FORM.username")>
|
| User Defined Function (UDF) Question | 25 Feb 2006 15:31 GMT | 1 |
I have a function that takes a string and makes it URL friendly (I know there is the URLEncodedFormat function but we need it in a different format). We created a UDF that does exactly what we need and it works perfectly but it adds a space to the beginning of the URL and even ...
|
| Content-Transfer-Encoding for MX7 issue | 25 Feb 2006 03:29 GMT | 9 |
We are having an issue with email sent via CFMAIL and CF MX7 for international characters. According to my mail admin the issue is that the email is sent quoted-printable instead of 7bit. Therefore the international characters are showing as =E9, etc. when we mine the email ...
|
| Put the current URL into a session variable | 24 Feb 2006 23:18 GMT | 2 |
Hi All, I have a page that has a next and previous button. When the user clicks on a record to view it and then wants to click the back link to return to the previous page. The link takes them to the very first record instead of back to the page that they just came from (I ...
|
| Modify external application variables | 24 Feb 2006 21:55 GMT | 2 |
Is it possible while staying in one application to modify the Application scope variables of the other external application? TIA
|