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

    Unhappy VB6 DMO for SQL Server 2000

    I want to run a *.sql script in SQLServer database using DMO. I am generating the script from Enterprise Manager. DMO should run the script, as we can do from the Query Analyser.

    Can anyone help me with the code/method/objects to use?

    This is really urgent!!!

  2. #2
    Join Date
    Mar 2001
    Location
    Romania
    Posts
    71

    VB6 DMO for SQL Server 2000

    You don't need to use DMO. Just make a connection using ADO and then use "execute" method to send your SQL string.

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