Jump to content
Xtreme .Net Talk

Kiril

Members
  • Posts

    1
  • Joined

  • Last visited

Personal Information

  • Visual Studio .NET Version
    Ent. Arch.
  • .NET Preferred Language
    VB.NET

Kiril's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. This works for me in VB.NET: Dim dmoApp As New SQLDMO.Application Dim dmoSvrList As SQLDMO.NameList dmoSvrList = dmoApp.ListAvailableSQLServers Dim i As Integer For i = 1 To dmoSvrList.Count cboServers.Items.Add(dmoSvrList.Item(i).ToString) Next
×
×
  • Create New...