csiwa28
Programmer
- Apr 12, 2001
- 177
I have a form and once it is submitted, it go to another page that does 3 things.
1. Writes all the data collected to an Access DB.
2. Creates an SMTPsvg Object, sends an email notification to the person responsible for this info, and closes the SMTPsvg Object.
3. Creates another SMTPsvg Object, sends a thank you email to the person submitting the form, and closes the SMTPsvg Object.
This page takes quite some time to process. Is there a way to optimize my code to make it process a bit faster?
1. Writes all the data collected to an Access DB.
2. Creates an SMTPsvg Object, sends an email notification to the person responsible for this info, and closes the SMTPsvg Object.
3. Creates another SMTPsvg Object, sends a thank you email to the person submitting the form, and closes the SMTPsvg Object.
This page takes quite some time to process. Is there a way to optimize my code to make it process a bit faster?