Hi soonhuat ong, Here is one thought. You can write the results to a table with a time stamp. Then, your Delphi program can periodically check the table to get the result.
Hope this helps Raymond soonhuat ong <[email protected]> Sent by: [email protected] 01/21/2009 06:07 AM 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]

