请教ASP搜索问题,谢谢
模糊搜索keyword表1:news:newsID,title,comapnyID 表2:company:comapnyID,username 搜索表1news数据条件:titlelike'%"&keyword&"%'orcomapnyidin(selectcomapnyidfromcompanywhereus
作者: axinko 发布时间: 06-30
这样子SQL查询没有值
sqlPt="select*fromProductwhereclass1Idin(selectreplace(biaoid,'a',',')fromclassidwhereclassId="&classId&")orderbyiddesc"这样子查询没有值,但是我直接selectreplace(biaoid,'a',',')fromcla
作者: ren0594 发布时间: 06-30
补充说明一下
我想制造一种判断,让第一次上传的图片显示car1.gif,第二次上传的图片显示car2.gif,第三次上传的图片显示car3.gif,依次类推,将图片的地址分开.
作者: yuanye_20080701 发布时间: 06-30
这样写 查询语句,查询非常慢,看下有什么办法能优化提高速度不?
<%ifclassId<>""thensqlPt="select*fromProductwhereclass1Idin("&listChildClassId(classId)&")orderbyiddesc"elsesqlPt="select*fromproductorderbyiddesc"fileName="p
作者: ren0594 发布时间: 06-30
asp 单点登录问题xmlhttp方法求解
functionPosstHttpPage(refererUrl,PostUrl,PostData)DimXmlHttp,RetStrSetxmlHttp=CreateObject("Msxml2.XMLHTTP")xmlHttp.Open"POST",PostUrl,FalsexmlHttp.setRequestHeader"Content-Length",Len(PostD
作者: zlxsdn 发布时间: 06-29
asp调用批处理执行
这样写有什么问题吗?为什么执行后没有任何反应?SetWSH=Server.CreateObject("WScript.Shell") '建立一个wscript.shell对象 RTL=WSH.Run("cmd.exe/ccopyD:\\bjcgmapweb\\bjcgmap\\public\\bookpic\\20116291861345041.JPG
作者: accpyy 发布时间: 06-29
请求帮助修改下列代码
这段代码是用于批量修改ACCESS数据表中部分字段内容的:<%ifrequest("hid1")="ok"thennownzdate=request("nzdate")nowid_login=request("id_login")setrs_login=conn.execute("select*fromloginwhereid="&nowid_login)
作者: wahuti 发布时间: 06-29
asp 12345每天显示一个数,每轮递减
1、2、3、4、5这五个数每天依次显示一个数然后下一轮依次递减显示第一个数2、3、4、5、13、4、5、1、24、5、1、2、35、1、2、3、41、2、3、4、5……
作者: songbaobao12345 发布时间: 06-29
关于新云下载系统4.0的utf转换
新云下载系统4.0(access数据库)gb2312模式下所有功能正常,改成utf后,后台进不去,提示用户名和密码错误,请教各位大侠怎么处理。谢谢。
作者: bayawan 发布时间: 06-29