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
    3

    SQLserver and MS IIS

    I need urgently expert advise on how to set MS agent properties and MS IIS virtual directory programmaticaly. What Win API or servers API can be used? I need it for installation.
    Thank you very much in advance.


  2. #2
    Join Date
    Jan 2000
    Location
    MO, USA
    Posts
    1,506

    Re: SQLserver and MS IIS

    I dont know about the IIS stuff - but you can use the SQLDMO library for setting up SQL Server stuff. Set a reference to Microsoft SQLDMO (for SQL 7/2K - if you need sql 6.5 then SQLOLE). I have some examples of how to use these libraries on my site at http://www.stlvbug.org/ftpintro.asp.

    good luck,

    john

    John Pirkey
    MCSD
    http://www.ShallowWaterSystems.com
    http://www.stlvbug.org
    John Pirkey
    MCSD (VB6)
    http://www.stlvbug.org

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