asp怎么用已存 session值 查询ACC数据库(求大神帮忙、看我信息)
<!--#includefile="conn5.asp"-->‘数据库连接没有问题“怎么用已存的tp_id=Session("id")为条件查询数据库“下面是部分代码<%...
<!--#include file="conn5.asp"--> ‘数据库连接没有问题
“怎么用 已存的tp_id=Session("id")为条件查询数据库“ 下面是部分代码
<%
Set Rs=Server.CreateObject("ADODB.RecordSet")
SqlStr="select*from tp where tp_id ='"&=Session("id")&"'
Rs.Open SqlStr,conn,1,1
do while not rs.eof
i=i+1
%>
conn5.asp文件如下
<%
dbstring ="db/tpiao.mdb" '数据库文件的位置
Set conn = Server.CreateObject("ADODB.Connection")
connstr = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath(dbstring)
conn.Open connstr
%> 展开
“怎么用 已存的tp_id=Session("id")为条件查询数据库“ 下面是部分代码
<%
Set Rs=Server.CreateObject("ADODB.RecordSet")
SqlStr="select*from tp where tp_id ='"&=Session("id")&"'
Rs.Open SqlStr,conn,1,1
do while not rs.eof
i=i+1
%>
conn5.asp文件如下
<%
dbstring ="db/tpiao.mdb" '数据库文件的位置
Set conn = Server.CreateObject("ADODB.Connection")
connstr = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath(dbstring)
conn.Open connstr
%> 展开
2个回答
展开全部
SqlStr="select*from tp where tp_id ="&Session("id")
或者SqlStr="select*from tp where tp_id ='"&Session("id")&"'
或者SqlStr="select*from tp where tp_id ='"&Session("id")&"'
追问
SqlStr="select*from piao where piao_zl=" & session("ip")
能帮我看下 这为什么不行
用SqlStr="select*from tp where tp_id=" & session("id") 正常 用ip就不行了
是不是与piao_zl不是主键有关、、还是其他原因、能帮我解释下吗
追答
这得看你字段类型啊
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询