Execute SSIS package from VB6

  • I'm starting with SS2k5 and i'm modifying an old program in VB6. I need to execute a SSIS package to load a flat file into a table and run a stored proc per request from within the VB6 program.

    The package contains de control flow and data flow to accomplish both steps both I cannot make it run from the VB6 program.

    I tried executing the DTEXEC command generated from DDTEXECUI using Shell but get errors and the command is not executed.

    Probably doing it the wrong way.

    Any help would be appreciated.

  • Not the w rong way. What were the errors????

    You can execute a ssis package with CLR. dtxec.exe. Invoke it in VB.

    Cheers,CrispinI can't die, there are too many people who still have to meet me!It's not a bug, SQL just misunderstood me!

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply