ASP当查询记录集为空时,添加一条全空的记录
ASP当查询记录集为空时,该如何添加一条全空的记录<%setrsScore=server.createobject("adodb.recordset")sqlScore=...
ASP当查询记录集为空时,该如何添加一条全空的记录
<%
set rsScore=server.createobject("adodb.recordset")
sqlScore = "select * from Score where Examine_name='"&rsExamination("Examine_name")&"' and name='"&rsClassStudent("name")&"'"
rsScore.open sqlScore,conn,1,3
%>
当 rsScore 为空的时候,我想添加一条全空的记录,该如何添加呢? 展开
<%
set rsScore=server.createobject("adodb.recordset")
sqlScore = "select * from Score where Examine_name='"&rsExamination("Examine_name")&"' and name='"&rsClassStudent("name")&"'"
rsScore.open sqlScore,conn,1,3
%>
当 rsScore 为空的时候,我想添加一条全空的记录,该如何添加呢? 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询