Re: Return boolean from a CFC query -- UPDATE: Solved

2011-01-26 Thread Ezra Parker
On Wed, Jan 26, 2011 at 10:43 AM, Charlie Griefer charlie.grie...@gmail.com wrote: cfreturn isStudentEmployee.recordcount = 0 / Unless I'm missing something, this should be: cfreturn isStudentEmployee.recordcount eq 0 / -- Ezra Parker

Re: SQL Server question re table names - still stuck

2009-12-11 Thread Ezra Parker
and you should then be able to query the tables without the prefix. HTH, -- Ezra Parker On Fri, Dec 11, 2009 at 1:07 AM, Larry Soo l...@bc4x4.com wrote: I wrote: A client asked me to see if I could get a copy of his old web site up and running. I did a restore of the backed up database

Re: SQL Server question re table names - still stuck

2009-12-11 Thread Ezra Parker
. -- Ezra Parker ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:329121 Subscription

Re: How is this done without evaluate()?

2009-03-19 Thread Ezra Parker
, signifcantly more verbose, so I would leave it to your sensibilities as to whether this is an improvement or not... -- Ezra Parker ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial

Re: How do I traverse XML using ColdFusion?

2009-01-26 Thread Ezra Parker
promising), result[1].getAttribute(javacast(string, id)) returns NewDataSet (sounds even more promising), and that result[1].getValue() returns NULL (therefore I think this is an empty result set). I hope that is helpful... -- Ezra Parker

Re: How do I traverse XML using ColdFusion?

2009-01-24 Thread Ezra Parker
credentials, but it does not thrown an error, and returns what appears to be a valid response (without any data). I'd be curious to hear if this actually works or not... -- Ezra Parker ~| Adobe® ColdFusion® 8 software 8 is the most

Re: How do I traverse XML using ColdFusion?

2009-01-23 Thread Ezra Parker
= #response.getIPAddressResult()# Hope that helps. -- Ezra Parker On Fri, Jan 23, 2009 at 5:54 PM, Chris Jordan chris.s.jor...@gmail.com wrote: Brad, I tried passing the authentication stuff via the addSOAPRequestHeader, but there's something else going on here. What I've learned in the last couple