how to kick off a Delphi exe from a stored procedure?
- From: "Al" <anugent@xxxxxxxxxxxxxx>
- Date: 11 Mar 2008 03:13:18 -0700
My colleague & I have recently commenced limited live trials of an enterprise app which depends on a number of lookup tables built by a combination of Delphi exe's and T-SQL scripts. These tables need to be rebuilt weekly, and it's becoming a bit of a pain to run all the table builders manually.
I would like to construct a stored procedure in SQL Server 2005 to do all of these tasks, including kicking off the remote (Dephi) exe's. Can I do this? If so, is there a way to make the stored procedure wait until a given external program has finished executing before proceeding to the next block of code?
Thanks for any suggestions!
.
- Follow-Ups:
- Re: how to kick off a Delphi exe from a stored procedure?
- From: Bill Todd [TeamB]
- Re: how to kick off a Delphi exe from a stored procedure?
- From: Paul Scott
- Re: how to kick off a Delphi exe from a stored procedure?
- Prev by Date: Re: Transaction - how many ADOQuery required?
- Next by Date: Re: how to kick off a Delphi exe from a stored procedure?
- Previous by thread: Transaction - how many ADOQuery required?
- Next by thread: Re: how to kick off a Delphi exe from a stored procedure?
- Index(es):