Skip navigation

Login or Register to find out more about Adam Cameron.
Adam Cameron. has no profile image available
Status Level:
Community Member

Recent Activity

Adam Cameron. replied to Problem with XML CFX Tag...

"It looks to me like obj is a WDDX packet, so you're gonna have to turn it back into a struct before you start addressing it as one.   --"

in ColdFusion 2 replies
13 hours ago
Adam Cameron. replied to I am having an issue with XMLSearch not reading my file. Any help?

"It looks like a namespace thing.   If I use this xpath string, it works: "/:Vehicles/:Vehicle".   My code: <cfset s = fileRead(expandPath"

in ColdFusion 3 replies
13 hours ago
Adam Cameron. replied to Can I develop CF projects using Flash Builder 4.5 for PHP?

"Because in the installation instructions for FB for PHP it says that you have to uninstall the current installation of FB which I have sever"

in ColdFusion 4 replies
16 hours ago
Adam Cameron. replied to IIS 6 rewrite engine

"It just uses a bog-standard .htacess file, like mod-rewrite does.  Exactly the same (other than a coupla things they've chosen not to implem"

in ColdFusion 4 replies
1 day ago
Adam Cameron. replied to IIS 6 rewrite engine

"Have an update on this, there is a product by Helicon Tech called ISAPI_Rewrite 3. Anyone had any experience with this?   Yep, was just abo"

in ColdFusion 4 replies
1 day ago
Adam Cameron. replied to Can I develop CF projects using Flash Builder 4.5 for PHP?

"Is there anything stopping you from downloading the trial and simply answering your own question?   -- Adam"

in ColdFusion 4 replies
1 day ago
Adam Cameron. replied to rounding issue?

"It's https://bugbase.adobe.com/index.cfm?event=bug&id=3042528.   -- Adam"

in ColdFusion 18 replies
1 day ago
Adam Cameron. replied to Coldfusion 9 license error

"I was wondering what might have caused the license to disappear. Is it because any of system activity or any code related error. I guess dev"

in ColdFusion 5 replies
2 days ago
Adam Cameron. replied to Check is always false isXmlAttribute

"Without seeing your XML... no, no-one will be able to see why.   However the variable name sets off an alarm: "strucTFromParsedXML".  Sound"

in Advanced Techniques 3 replies
2 days ago
Adam Cameron. replied to Where to Place java library(.jar) in your application

"CF10 brings in custom paths for this sort of thing: http://help.adobe.com/en_US/ColdFusion/10.0/Developing/WSe61e35da8d318 518-106e125d1353"

in ColdFusion 2 replies
2 days ago
Adam Cameron. replied to Coldfusion 10 Case Sensitive URLs?!?

"Did any of those tests involve static(non-ColdFusion) URLs? For such URLs, Tomcat indeed enforces case-sensitivity. I have reproduced this o"

in ColdFusion 8 replies
2 days ago
Adam Cameron. replied to Coldfusion 9 license error

"First of all I would like convey that my coldfusion is not developer edition rather it is licensed with enterprise edition, and I don't know"

in ColdFusion 5 replies
2 days ago
Adam Cameron. replied to Coldfusion 9 license error

"Not to be unnecessarily blunt, but what part of the message it's giving you is unclear:   You tried to access the Developer Edition from a"

in ColdFusion 5 replies
2 days ago
Adam Cameron. replied to Coldfusion 10 Case Sensitive URLs?!?

"Adobe, I'm talking to you -- you've replaced your previously case-insensitive web server with a new case-sensitive one.  Your users deserve"

in ColdFusion 8 replies
2 days ago
Adam Cameron. replied to Professional opinions please - cfquery vs. Stored Procedures

"Dan Bracuk wrote:   Regarding "What is the performace difference between calling a stored proc via cfstoredproc or cfquery directly? (<cfqu"

in Advanced Techniques 7 replies
3 days ago
Adam Cameron. replied to Coldfusion 10 Case Sensitive URLs?!?

"OK... you asked for it: you're wrong ;-)   I don't doubt yer seeing what yer seeing, but it's CF10/Tomcat ain't case-sensitive as far as UR"

in ColdFusion 8 replies
5 days ago
Adam Cameron. replied to Remove url parameter

"If you don't want things in the URL scope... don't pass parameters in the query string.   Or alter your logic from simply:   isDefined("UR"

in ColdFusion 2 replies
5 days ago
Adam Cameron. replied to Creating a break line in cf

"#chr(13)##chr(10)#  or  chr(13) & chr(10) not creating line break in coldfusion.     How are you arriving at this conclusion?  Where's some"

in ColdFusion 1 replies
5 days ago
Adam Cameron. replied to check box Coldfusion 9 question

"If both checkboxes are checked, you'll end up with:   ORDER BY products.artist ORDER BY products.QtyOnOrder DESC   Which is not syntactic"

in ColdFusion 3 replies
6 days ago
Adam Cameron. replied to Where is the best place to put cfqueries?

"So before the doctype tag? Thanks   I just doesn't really matter.  the doctype, head, body, etc only matter to the browser; the CF tags onl"

in ColdFusion 6 replies
6 days ago
Adam Cameron. replied to Where is the best place to put cfqueries?

"The "best" thing to do is to not mix your display logic with your business logic in the same file: fetching stuff from the DBs hould not be"

in ColdFusion 6 replies
6 days ago
Adam Cameron. replied to How to enable persistent connection with ColdFusion8 and IIS6

"I don't know that you can't, but I am @ work (although one would be forgiven for thinking I was just sitting here all day), and was between"

in ColdFusion Server Administration 7 replies
1 week ago
Adam Cameron. replied to How to enable persistent connection with ColdFusion8 and IIS6

"Gotcha.  OK, more googling seems to have clarified the dynamic quandrary for me.  I found this which seemed relevant: http://docstore.mik.ua"

in ColdFusion Server Administration 7 replies
1 week ago
Adam Cameron. replied to Problems saving/ displaying codes

"So you don't want to strip it out, you want to escape it?   Would htmlEditFormat() do the trick?  Or if you're on CF10 (which, admittedly,"

in ColdFusion 4 replies
1 week ago
Adam Cameron. replied to coldfusion caching pdf files

"In what way are they caching?  What do you mean by "used"?   What's some code that demonstrates this?   -- Adam"

in Advanced Techniques 2 replies
1 week ago