from: http://www.planet-source-code.com/vb/scripts/showcode.asp?lngwid=4&txtcodeid=6518
connect/read remote sql server using pws in win 98
     i had to test microsoft's personal webserver (pws) in win 98 to access remote sql server 7.0 
installed in a nt server. the clients to win 98 had lan connections. easy one , don't vote, have fun with 
pws. in fact i tested my connection with this script, before i created an out of process server demo with 
vb.
code:
can't copy and paste this?
click here for a copy-and-paste friendly version of this code!
terms of agreement:   
by using this code, you agree to the following terms...   
1) you may use this code in your own programs (and may compile it into a program and distribute it in 
compiled format for langauges that allow it) freely and with no charge.   
2) you may not redistribute this code (for example to a web site) without written permission from the 
original author. failure to do so is a violation of copyright laws.   
3) you may link to this code from another website, but only if it is not wrapped in a frame. 
4) you will abide by any additional copyright restrictions which the author may have placed in the code or 
code's description.
'**************************************
    ' name: connect/read remote sql server u
    '     sing pws in win 98
    ' description:i had to test microsoft's 
    '     personal webserver (pws) in win 98 to ac
    '     cess remote sql server 7.0 installed in 
    '     a nt server. the clients to win 98 had l
    '     an connections. easy one , don't vote, h
    '     ave fun with pws. in fact i tested my co
    '     nnection with this script, before i crea
    '     ted an out of process server demo with v
    '     b.
    ' by: manas mukherjee
    '
http://www.bkjia.com/phpjc/631188.htmlwww.bkjia.comtruehttp://www.bkjia.com/phpjc/631188.htmltecharticlefrom: http://www.planet-source-code.com/vb/scripts/showcode.asp?lngwid=4txtcodeid=6518 connect/read remote sql server using pws in win 98 i had to test microsoft's personal webserve...
   
 
   