Repetitive Tasks!

i need to send e-mail notification when the date + time comes! date+time are stored in db i can compare the values with the current date+time i have written an ASP web page which does all this (comparing date+time and sending e-mail notification) but i will need a visitor every second to execute the asp web page by visiting it! Code:

View Replies


ADVERTISEMENT

Schedule Tasks

I want to allow the users to shedule a particular task (shedule the time and date of inserting thier forms and data into the table ) such that i ll provide a simple form where the user can enter his name , age , and some other details at the end of this form , there is field to enter the date and time of inserting those fields into the table in the database,so that data inside this form will be inserted into the table as per the user scheduled date and time

View Replies View Related

Perform Three Tasks

if I have a list of items which I have to complete next month on different dates, how do I select all the items due for next month, or all items due for the following month. Example:

Task 1 due 15/11/2004
Task 2 due 17/11/2004
Task 3 due 18/12/2004

I want to get back:

Tasks Due for November
Task 1
Task 2

View Replies View Related

Too Many Client Tasks Error

What is the cause of that "[Microsoft][ODBC Microsoft Access Driver] Too many client tasks" error? I'm having a trouble listing posts from my database and giving me such output. Is there a limit in number of simultaneous user who can connect in the database? Or is it the server that's why it produced an error like that.

View Replies View Related

Updating Tasks In Outlook Using A Web Page

I am designing an module to maintain tasks for me. Is it possible to have these tasks saved as tasks in Outlook as well via ASP code ?

View Replies View Related

Need To Do 2 Tasks Based On User Click On Email Link

My app lists jobs for a recruiter. He wants to track members who have
replied directly to job postings. So instead of simply making the client's
email address an <a href="mailto:...> link, I need to do 2 things:

- add a record of their posting to a database table
- open the email client to the job

Howe do I do this? The first part is easy, but I don't know how to open the
email client in an ASP command (I don't really want to auto-sed email, just
open the client and let the user attach their resume and add their cover
latter). Do I have to get my Web Hosting company to install CDO, or is that
standard with all IIS? I get an error when I try to run 'Set MailObj =
CreateObject("CDONTS.NewMail")'

View Replies View Related

"Too Many Client Tasks" Error

i have a website hosted with crystaltech which needs to send out reminder emails to customers on a day and time of their choosing. to do this i used the server sheduled tasks to call a page every hour which does a search checking for time and day that match and then loop thru the recordset sending out a CDONTS email to those records.

this would run fine for 12 - 15 hours and then the IIS would crash with the "Too many client tasks" error. this seemed strange as at most it would find one or 2 records matching the time. i presumed some error must be occuring (even though it was sending out emails correctly) and thus the recordset wasn't being closed correctly. Code:

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved