Hi
can i schedula send of data from DB by time,such as at 9 p.m everyday send message and so on?
If you're using unix use cron. If you're using windows use the AT command.
In both cases they can run a script file to exexute your query and then mail the results on.
Cheers
Justin