Results 1 to 2 of 2

Thread: idea

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Dec 2002
    Location
    London
    Posts
    678

    idea

    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

  2. #2
    Hyperactive Member
    Join Date
    May 2002
    Location
    Wisconsin, USA
    Posts
    279
    You could create a .NET program that will run the SP and then let you do the other stuff.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width