|
-
Jan 4th, 2000, 06:13 PM
#1
Thread Starter
Addicted Member
Hi All
I use Win95 and I use the library
SQL-DMO library to get all the server name
Here the Code its work But .
Dim oApp As New SQLDMO.Application
Dim oNameList As NameList
Dim i As Integer
Set oNameList = oApp.ListAvailableSQLServers
For i = 1 To oNameList.Count
List1.AddItem oNameList.Item(i)
Next
I have 2 server name
When I click on one of them
He get me all the database ..
But when I click on the second I got errore msg
:GetHostByName()()
also when I try to make new sql-server I get this msg
Any idea?
Remark :in my machine I have 2 server
One: hostsrv(windows NT)
The other : Efrat (windows 95/98)
I get the error when I click on Efrat server
Thanks
Efrat
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|