源代码:<%@LANGUAGE="vbscript"%><%strPathInfo=Request.ServerVariables("PATH_INFO")strPathInfo="http://"&Request.ServerVariables("SERVER_NAME")&Left(strPathInfo,InstrRev(strPathInfo,"/"))SetConn=Server.CreateObject("ADODB.Connection")Conn.Provider="sqloledb"Conn.Open"DataSource=192.168.1.114;InitialCatalog=pubs;","sa...