Kevin Duncan
Member since Jan 14, 2010
- Profile: /members/5170-kevin-duncan.htm
- Comments: 13
Recent Blog Comments By Kevin Duncan
-
Using .NET (dotnet) Regular Expressions In ColdFusion
Posted on Jun 4, 2010 at 8:31 PM
For anyone who is interested. You can also just download the .NET integration services .exe from the adobe website. http://www.adobe.com/support/coldfusion/downloads.html... read more »
-
Getting Only the Date Part of a Date/Time Stamp in SQL Server
Posted on Jun 4, 2010 at 8:23 PM
You need single quotes around the values - where id in ('','','')-- Update tbl SET Month(column 1) = Month(Column 2), Day(column 1) = Day(column 2) WHERE Month(column 1) = Day(column 2) and Day(column 1) = Month(column 2) and id in ('111','222','333')... read more »
-
Using GMail's Plus-Style Addressing To Track Bounce Back Email Meta Data
Posted on Apr 21, 2010 at 2:46 PM
I am finishing up development of a new Mass Email application and figuring out how to track bounces was the only piece I had left to completely figure out. I had tested downloading the bounced emails from the server into my mail program using CFPOP so the bounce could be analyzed and fixed locally.... read more »