CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2001
    Posts
    1

    DTS package from VB program

    My VB program creates a dtspackage object and executes a DTS package from inside the VB program. Works fine on the development machine (Win2000), but when running the Vb program from the network machine (Win 98), it throws up an activex run time error "Can't create object"



  2. #2
    Join Date
    Oct 2000
    Location
    JHB South Africa
    Posts
    27

    Re: DTS package from VB program

    What are you using to create the DTS package ?


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

Featured