[cfaussie] Re: SOT: Number of rows updated

2006-08-30 Thread Chris Silwedel
-Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] Behalf Of Chris Silwedel Sent: Thursday, 31 August 2006 1:13 PM To: cfaussie@googlegroups.com Subject: [cfaussie] SOT: Number of rows updated Hi all, Is there any way that I can reference in ColdFusion the

[cfaussie] SOT: Number of rows updated

2006-08-30 Thread Chris Silwedel
Hi all, Is there any way that I can reference in ColdFusion the number of rows successfully updated in a SQL Server 2005 update query? Cheers Chris --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "cfaussie" group.

[cfaussie] Application.cfc and roles

2006-08-16 Thread Chris Silwedel
Hi all I have an application.cfc in the root and another in an admin sub-folder that extends the root application.cfc. Customers log-in on the root level and administrators log-in at the admin level - giving them security roles for those areas. Is it possible when at the root level to reference

[cfaussie] Re: Application.cfm to cfc

2006-08-14 Thread Chris Silwedel
Thanks Dale, but setting in onRequestStart causes an "element action is undefined in url" error. Placing it in onRequest however works fine. -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dale Fraser Sent: Tuesday, 15 August 2006 10:11 AM To:

[cfaussie] Application.cfm to cfc

2006-08-14 Thread Chris Silwedel
Hi all, I'm just making the transition from Application.cfm to Application.cfc. In my Application.cfm I'd normally have a few cfparam's such as the following: I wasn't sure where to put this but I just worked out I can keep it in the Application.cfc but outside of the functions:

[cfaussie] Re: SOT: MySQL null date field

2006-02-05 Thread Chris Silwedel
ginal Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Chris Silwedel Sent: Sunday, 5 February 2006 9:29 PM To: cfaussie@googlegroups.com Subject: [cfaussie] Re: SOT: MySQL null date field It's a datetime field btw - not a date field -Original Message

[cfaussie] Re: SOT: MySQL null date field

2006-02-05 Thread Chris Silwedel
It's a datetime field btw - not a date field -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Chris Silwedel Sent: Sunday, 5 February 2006 9:21 PM To: cfaussie@googlegroups.com Subject: [cfaussie] SOT: MySQL null date field I'm sure

[cfaussie] SOT: MySQL null date field

2006-02-05 Thread Chris Silwedel
I'm sure this is a common problem, I just can't track down a solution... I have a basic select statement from a MySQL database which includes a date field which has a default NULL value. MySQL sets '-00-00 00:00:00' as the default NULL value but ColdFusion gives me this error when the SELECT

[cfaussie] Re: What Defines an Application

2006-02-02 Thread Chris Silwedel
Anyone have any sites they could recommend (besides macromedia docs) to ease the struggle learning the ins and outs of application.cfc's?? I've yet to tackle it yet so any info (beginner included) would be cool. -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED]