N
Nanda
when i run this code, i get
QueryInterface for interface SqlDmo.Namelist failed.
Dim sqlApp As New SQLDMO.Application
Dim NL As SQLDMO.NameList
Set NL = sqlApp.ListAvailableSQLServers
For index = 1 To NL.Count
cboServers.AddItem NL.Item(index)
Next
What could be the error.
Regards,
Nanda.
QueryInterface for interface SqlDmo.Namelist failed.
Dim sqlApp As New SQLDMO.Application
Dim NL As SQLDMO.NameList
Set NL = sqlApp.ListAvailableSQLServers
For index = 1 To NL.Count
cboServers.AddItem NL.Item(index)
Next
What could be the error.
Regards,
Nanda.