Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default Automating tasks

    I have a simple auction site (written in ASP with Access
    database running on Windows 2000 server with IIS) and I
    want to automatically send an email to auction
    participants when the auction has ended.

    The end date of an auction is stored in a table in the
    Access database. Is there a best practice to
    automatically read this date to send an email?

    Please reply by email and any ideas are welcome even if it
    requires additional programming using some other
    application.

    Thanks!
    Kikuyu Guest

  2. Similar Questions and Discussions

    1. Automating Flash in Emails
      Now i am not certain if this can even be done, but i would like to embed a flash movie into and email and have it autoload with the email.... so it...
    2. Help automating backup process
      Hi, I'm tinkering with site_file.js and menus.xml to add a 'backup file' functionality to the DW MX 2004 right mouse menu. What I'm trying to do...
    3. background tasks without "scheduled tasks"
      I'm doing some work for a company that has an auction site running in coldfusion. They're not real happy with it, and it needs a major overhaul,...
    4. Automating FTP file transfers
      In article <aptsb.7427$lm1.51312@wards.force9.net>, Limey Drink <bhicking@bhicking.plus.com> wrote:
    5. AutoMating
      I need help in automating a process that adds a logo to a picture and places it on the btm left corner of the picture.
  3. #2

    Default Automating Tasks

    I have a simple auction site (written in ASP with Access
    database running on Windows 2000 server with IIS) and I
    want to automatically send an email to auction
    participants when the auction has ended.

    The end date of an auction is stored in a table in the
    Access database. Is there a best practice to
    automatically read this date to send an email?

    Please reply by email and any ideas are welcome even if it
    requires additional programming using some other
    application.

    Thanks!
    Kikuyu Guest

  4. #3

    Default Re: Automating Tasks

    Use the task scheduler on your server to check for any auctions that ended
    that day. Like, if your auctions can end any day of the week and the cutoff
    time is midnight, schedule a task to run every night at midnight.

    Replies stay in the group.

    Ray at work

    "Kikuyu" <kikuyu.daniels@modicom-removethis-.com> wrote in message
    news:0cca01c3dabe$6f890d00$a501280a@phx.gbl...
    > I have a simple auction site (written in ASP with Access
    > database running on Windows 2000 server with IIS) and I
    > want to automatically send an email to auction
    > participants when the auction has ended.
    >
    > The end date of an auction is stored in a table in the
    > Access database. Is there a best practice to
    > automatically read this date to send an email?
    >
    > Please reply by email and any ideas are welcome even if it
    > requires additional programming using some other
    > application.
    >
    > Thanks!

    Ray at Guest

  5. #4

    Default Re: Automating Tasks

    I this task scheduler available in Windows XP Pro. And if so where do I find
    it?

    Thanks

    Terry

    "Ray at <%=sLocation%>" <myfirstname at lane34 dot com> wrote in message
    news:uPfktDs2DHA.2948@TK2MSFTNGP09.phx.gbl...
    > Use the task scheduler on your server to check for any auctions that ended
    > that day. Like, if your auctions can end any day of the week and the
    cutoff
    > time is midnight, schedule a task to run every night at midnight.
    >
    > Replies stay in the group.
    >
    > Ray at work
    >
    > "Kikuyu" <kikuyu.daniels@modicom-removethis-.com> wrote in message
    > news:0cca01c3dabe$6f890d00$a501280a@phx.gbl...
    > > I have a simple auction site (written in ASP with Access
    > > database running on Windows 2000 server with IIS) and I
    > > want to automatically send an email to auction
    > > participants when the auction has ended.
    > >
    > > The end date of an auction is stored in a table in the
    > > Access database. Is there a best practice to
    > > automatically read this date to send an email?
    > >
    > > Please reply by email and any ideas are welcome even if it
    > > requires additional programming using some other
    > > application.
    > >
    > > Thanks!
    >
    >

    Terry Murray Guest

  6. #5

    Default Re: Automating Tasks

    Yes, it's in the control panel. Or you can schedule tasks with the AT task
    scheduler at the command prompt. Enter AT /? for info.

    Ray at home

    "Terry Murray" <tgmurray@rogers.com> wrote in message
    news:hbmNb.30861$%wh.104@news04.bloor.is.net.cable .rogers.com...
    > I this task scheduler available in Windows XP Pro. And if so where do I
    find
    > it?
    >
    > Thanks
    >
    > Terry
    >
    > "Ray at <%=sLocation%>" <myfirstname at lane34 dot com> wrote in message
    > news:uPfktDs2DHA.2948@TK2MSFTNGP09.phx.gbl...
    > > Use the task scheduler on your server to check for any auctions that
    ended
    > > that day. Like, if your auctions can end any day of the week and the
    > cutoff
    > > time is midnight, schedule a task to run every night at midnight.
    > >
    > > Replies stay in the group.
    > >
    > > Ray at work
    > >
    > > "Kikuyu" <kikuyu.daniels@modicom-removethis-.com> wrote in message
    > > news:0cca01c3dabe$6f890d00$a501280a@phx.gbl...
    > > > I have a simple auction site (written in ASP with Access
    > > > database running on Windows 2000 server with IIS) and I
    > > > want to automatically send an email to auction
    > > > participants when the auction has ended.
    > > >
    > > > The end date of an auction is stored in a table in the
    > > > Access database. Is there a best practice to
    > > > automatically read this date to send an email?
    > > >
    > > > Please reply by email and any ideas are welcome even if it
    > > > requires additional programming using some other
    > > > application.
    > > >
    > > > Thanks!
    > >
    > >
    >
    >

    Ray at Guest

  7. #6

    Default Re: Automating Tasks

    Beautiful. I would go one step further and shell from ASP to WSCript and
    copy an "auction ends" .vbs and then schedule it to run at the auction end
    time, then delete itself.

    I have always wondered how E-Bay do it.... Do you think they poll every
    second for completing auctions or set up a task when the auction is created.
    You will note you cannot change the auction end time.


    "Ray at <%=sLocation%>" <myfirstname at lane34 dot com> wrote in message
    news:uPfktDs2DHA.2948@TK2MSFTNGP09.phx.gbl...
    > Use the task scheduler on your server to check for any auctions that ended
    > that day. Like, if your auctions can end any day of the week and the
    cutoff
    > time is midnight, schedule a task to run every night at midnight.
    >
    > Replies stay in the group.
    >
    > Ray at work
    >
    > "Kikuyu" <kikuyu.daniels@modicom-removethis-.com> wrote in message
    > news:0cca01c3dabe$6f890d00$a501280a@phx.gbl...
    > > I have a simple auction site (written in ASP with Access
    > > database running on Windows 2000 server with IIS) and I
    > > want to automatically send an email to auction
    > > participants when the auction has ended.
    > >
    > > The end date of an auction is stored in a table in the
    > > Access database. Is there a best practice to
    > > automatically read this date to send an email?
    > >
    > > Please reply by email and any ideas are welcome even if it
    > > requires additional programming using some other
    > > application.
    > >
    > > Thanks!
    >
    >

    David Morgan Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139