Remote monitoring of my customers

B

balu

dear sir,
i made errors to be stored in a table name " errorLog"
like on error goto errlog
errlog:
if err.number <> 0 then
i am storing err.number,err.description,time(now()),username,me.formname. in
error log table using DAO.
but how to make it automatically an errorlog table Email send to me on
closing of the database, with the permission of the customer.
 
P

Piet Linden

dear sir,
i made errors to be stored in a table name " errorLog"
like on error goto errlog
errlog:
if err.number <> 0 then
i am storing err.number,err.description,time(now()),username,me.formname.in
error log table using DAO.
but how to make it automatically an errorlog table Email send to me on
closing of the database,  with the permission of the customer.

SendObject. Or automate Outlook or Groupwise or outlook Express or
use CDOSys. There's code here somewhere. Go find it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top