DNS Resolution in Access Code

P

Pat

I need to be able to perform the same function as the command nslookup to
resolve a host name (i.e. ptr001.domain.com) to a ip address (10.10.1.1) .
The hosts are not computers, they are network attached printers. Does anyone
have a suggestion?
 
T

Tony Toews [MVP]

Pat said:
I need to be able to perform the same function as the command nslookup to
resolve a host name (i.e. ptr001.domain.com) to a ip address (10.10.1.1) .
The hosts are not computers, they are network attached printers.

Try searching at vbnet.mvps.org.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
 
Top