我用dll封装链接数据库的代码Asp文件中调用Conn.结果出错asp文件源码:SetConnDll=Server.CreateObject("Config.SqlConnection")Conndll.Db="yeekang"Conndll.uid="sa"Conndll.pwd="123456"ConnDll.ConnectionData()SetRs=Server.CreateObject("Adodb.RecordSet")Sql="Select*FromAsk"Rs.OpenSql,newConn,1,1'这里出错Response.Write(Rs.RecordCount)config.dll源码DimConnStrAsStringDimConnAsNewADODB.ConnectionDimrpAsResponseDimrqAsRequestDimapAsApplicationDimseAsSessionDimsrAsServerPublicDbAsStringPublicuidAsStringPublicPwdAsStringPublicSubOnStartPage(MyscAsScriptingContext),Setrp=Mysc.Response,Setrq=Mysc.Request,Setap=Mysc.Application,Setse=Mysc.Session,Setsr=Mysc.ServerEndSubPublicSubOnEndPage(),Setrp=Nothing,Setrq=Nothing,Setap=Nothing,Set