RE: Cool things about cf

2006-11-08 Thread Konopka, David
CFC based web services -- just set a method access property to remote and its available as a soap web service. ___ Dave Konopka Systems Programmer Wharton Computing and Information Technology E-mail: [EMAIL PROTECTED] Phone: (215) 898-2685 -Original

RE: Vortech Hosting - Orlando, Florida

2006-10-31 Thread Konopka, David
Ouch -- that sounds like pretty harsh treatment. I'm hosting a few sites under their reseller plan. I've never had any trouble reaching them by email or by phone though. They usually respond within 20 minutes. Have you tried posting to their forums? A little public complaining might push them to

File comparison

2006-10-20 Thread Konopka, David
Can anyone recommend a way to determine whether or not two given text files are not exactly the same in ColdFusion? I know the contents of both files can be loaded into variables, and compared against each other, but I'm looking for a more efficient way. I don't need to see the

RE: CF SQL question

2006-10-05 Thread Konopka, David
Try: Where members.speakers IS NOT NULL AND members.speakers '' ___ Dave Konopka Systems Programmer Wharton Computing and Information Technology -Original Message- From: Tim Laureska [mailto:[EMAIL PROTECTED] Sent: Thursday, October 05, 2006 8:56 AM

RE: CF SQL question

2006-10-05 Thread Konopka, David
You need to use single quotes '' to delimit strings. -Original Message- From: Tim Laureska [mailto:[EMAIL PROTECTED] Sent: Thursday, October 05, 2006 9:11 AM To: CF-Talk Subject: RE: CF SQL question I'm testing for empty fields in the sql query - - - I've tried this: select field1,

cftransaction stored procs

2006-08-29 Thread Konopka, David
Hi, I was wondering if anyone had any experience executing cfstoredproc calls within cftransaction's. The livedocs for cftransaction focus on cfquery operations. Though, using a MS Sql Server 2000 database, cftransaction seems to fully support rollback of cfstoredproc calls. I know it would

RE: Development Environment Setup

2006-08-09 Thread Konopka, David
You could create individual user shares on a development web server. Each developer would check out code to his/her user share to code with. ___ David Konopka Wharton Computing and Information Technology -Original Message- From: Neil Middleton