Proud (cool handle by the way):
Although this book is really very badly organized and finding anyhitng in ti is a pain in the a.., however on page 536 you can see description and sample for DNS and DNS-Less connection.
In general when you create a connection string that starts with "Provider=Microsoft.jet,......." you have a DNS-less connection.
On the other hand if you use ODBC (under control panel you create ODBC sources for yo applications) and create a source, and then use that source to bound your controls (your conenctionstring looks like
connectionstring = "DNS=TestODBC1"
then you are using DNS.
A very good book on ado is "Serious ADO". Also Wrox's "Beginner's
VB programming by Peter Wright is an excellent book although not detailed in database section.
Hope it helped.