This is a multi-part message in MIME format.
------=_NextPart_000_00B7_01BFD9DB.5A513580
Content-Type: text/plain;
charset="Windows-1252"
Content-Transfer-Encoding: quoted-printable
I'm trying to do a query where I grab the date a user downloaded an eval =
version of our software from my DB and have it check to see if they are =
at the end of the trial. Our software expires in 14 days so on the 13th =
day I want to send an email to this customer reminding them that it will =
expire the following day. I'm trying to do my query like this but not =
sure if this is a good way or not, especially since it is not working =
correctly.
<cfquery name=3D"UserExpire" datasource=3D"TrialWare" dbtype=3D"ODBC">
SELECT *
FROM TRIALWARE
WHERE
TrialDate =3D #Dateadd('D', -13, Now())#
</cfquery>
can someone tell me if this might be a good way to go about it. I'm =
basically trying to compare the date they downloaded it to TodaysDate - =
13 days.
Thanks
Ben Densmore
Webmaster
eSupport.com, Inc
TouchStone Software Corp.
------=_NextPart_000_00B7_01BFD9DB.5A513580
Content-Type: text/html;
charset="Windows-1252"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"text/html; charset=3Dwindows-1252" =
http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.2919.6307" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>I'm trying to do a query where I grab =
the date a=20
user downloaded an eval version of our software from my DB and have it =
check to=20
see if they are at the end of the trial. Our software expires in 14 days =
so on=20
the 13th day I want to send an email to this customer reminding them =
that it=20
will expire the following day. I'm trying to do my query like this but =
not sure=20
if this is a good way or not, especially since it is not working=20
correctly.</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=3DArial size=3D2><cfquery name=3D"UserExpire"=20
datasource=3D"TrialWare" dbtype=3D"ODBC"><BR>SELECT *<BR>FROM=20
TRIALWARE<BR>WHERE<BR>TrialDate =3D #Dateadd('D', -13,=20
Now())#<BR></cfquery><BR></FONT></DIV>
<DIV><FONT face=3DArial size=3D2>can someone tell me if this might be a =
good way to=20
go about it. I'm basically trying to compare the date they downloaded it =
to=20
TodaysDate - 13 days.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>Thanks</FONT></DIV>
<DIV><FONT face=3DArial size=3D2> </DIV></FONT>
<DIV><FONT face=3DArial size=3D2>Ben =
Densmore<BR>Webmaster<BR>eSupport.com,=20
Inc<BR>TouchStone Software Corp.<BR></FONT></DIV></BODY></HTML>
------=_NextPart_000_00B7_01BFD9DB.5A513580--
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.