SQLDMO error

  • Thread starter Thread starter Nanda
  • Start date Start date
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.
 
Nanda,

Installing the latest SQL service pack on the client should fix it.



Mattias
 
Hi,
thanks for your reply.
where can i download the later sp. could u give my any link.

Thanks & Regards,
Nanda
 
Back
Top