Re: Choosing an ORM

2007-06-04 Thread Dave Hoff
Can anyone recommend an ORM that works with MySql? >Thanks Terrance, > >I've not seen Squidhead before, but if it's as good as it sounds then It >would be perfect for me, anything to avoid writing DAO code ;-) > >I'll have a look at it this afternoon, but it sounds fantastic, > >Rob > >-Origi

Dynamically creating and assigning session variables

2006-10-16 Thread Dave Hoff
I'm sure this isn't best practice, but I'm working with the "menu" event gateway example that ships with CF7 and I'm trying to generate the menu from a database replacing the hard-coded menu that is there. The menu is stored in a session variable and I need to dynamically assign the session name

Re: Dynamically creating and assigning session variables

2006-10-16 Thread Dave Hoff
--- CF throws the following error: Invalid CFML construct found on line 122 at column 95. ColdFusion was looking at the following text:.The CFML compiler was processing:a script statement beginning with ""#"" on line 122, column 73. Looks like it has a problem with:

Re: Dynamically creating and assigning session variables

2006-10-16 Thread Dave Hoff
Updated: Fixed!! Thanks Rob, assigning the vars using: session['M' & i] did the trick. > I'm sure this isn't best practice, but I'm working with the "menu" > event gateway example that ships with CF7 and I'm trying to generate > the menu from a database replacing the hard-coded menu that is the

Re: Strange URL pointing to CFM page

2006-10-18 Thread Dave Hoff
> All, > > I've never seen this type of hyperlink before. It resolves to a cfm > page. > > Is it pointing to a directory or a file? > > http://www.domainname. > com/coupons?subscriberemail=Y29sZGZ1c2lvbi5kZXZlbG9wZXJAYXR0Lm5ldA== It is possible to have IIS forward all 404 not found pages to a

Re: Email Routing and Management

2006-10-19 Thread Dave Hoff
Check out Sproutit Mailroom http://www.sproutit.com On 10/19/06, Tom Chiverton <[EMAIL PROTECTED]> wrote: > > On Wednesday 18 October 2006 19:49, Mehdi, Agha wrote: > > I need some recommendations for Customer Support Email routing and > > management tools with built-in workflow. > > Have you see

Re: Find last file.

2006-10-19 Thread Dave Hoff
Try this function on cflib: FileDateLastModified: http://www.cflib.org/udf.cfm?ID=126 windows only On 10/19/06, Ben Koshy <[EMAIL PROTECTED]> wrote: > > Problem with that method is that it'll do a String Sort... and unless he's > diligent about padding with enough zeroes... it could sort things

Event Gateway - Stall Processing

2007-02-02 Thread Dave Hoff
I'm writing an application using the CF xmpp gateway. I need to somehow "stall" processing. I send an IM message to a users IM client and need to send another say 3 seconds after. I just need to stall processing in the cfc for 3 seconds or so. Without a pause I'm worried the first message will n