I'd created a Day-End job in my MSSQL Server 2005. Each day at 12:00am, it will
be trigerred and do some calculation job.
Now i want the calculation result to be send to one of my Delphi Exe(which is
running 24 hours per day) as the parameter, base on this result my Delphi Exe
will do another process. How can i do that ?
I was thinking maybe i can export MsSQL result to one of the ini file and
stored it in C:\result.ini, then from my Delphi program only I read from that
ini file. But can it be done ?? I mean can i export the result to Ini file in
my Day End Job process ?? Or is there any better way to do that ?
[Non-text portions of this message have been removed]