farshad Posted September 16, 2003 Posted September 16, 2003 Hi, Currently I am using a stored procedure and when it is finished I will then start a vb.net application manually to complete tasks. This as you see involves two steps. One to run the SP and the second to run the vb.net application. I am thinking of strating the vb.net application from the SP. Something like a sql that will run at the end of the SP and will start the vb.net applicatiion or process. The question is should I use a windows service or a simple application in .net and then call it from the end of the SP or can you recommend anything else? Thanks Quote Farshad
Moderators Robby Posted September 16, 2003 Moderators Posted September 16, 2003 Is a .Net app going to start the SP? If so, then why not allow that same app to start the main/other .net app? Quote Visit...Bassic Software
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.