Remote monitoring of my customers

  • Thread starter Thread starter balu
  • Start date Start date
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.
 
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.
 
Back
Top