发新话题
打印

各位帮帮忙!!!!!!!!!!!!

各位帮帮忙!!!!!!!!!!!!

阅读程序,为下语句加注释 Set MyConnection=Server.CreateObject("ADODB.Connection") MyConnection.Open"DSN=eshop;UID=WD=" Set Mycommand=Server.CreateObject("ADODB.Command") Set RS1=MyCommand.Execute Response.Write RS1.Fields("name") If(CurTime>=#0:00:00 AM#) and (CurTime<=#5:00:00 AM#) then Response.Redirect "hello.htm"

TOP

各位帮帮忙!!!!!!!!!!!!

阅读程序,为下语句加注释 Set MyConnection=Server.CreateObject("ADODB.Connection")//建立ADODB对象连接 MyConnection.Open"DSN=eshop;UID=WD="//用DSN,ID.PASS连接 Set RS1=MyCommand.Execute//执行SQL语句 Response.Write RS1.Fields("name") If(CurTime>=#0:00:00 AM#) and (CurTime<=#5:00:00 AM#) then Response.Redirect "hello.htm"

TOP

各位帮帮忙!!!!!!!!!!!!

学习中,知道了.

TOP

发新话题