数据库中已经添加数据成功了,但asp页面中没显示数据? (即下面代码中25行)
1<tablewidth="602"height="492"border="0"align="center">2<tr>3<tdcolspan="2"><divalign...
1<table width="602" height="492" border="0" align="center">
2<tr>
3<td colspan="2"><div align="center" class="style3">
4<% If Recordset1.EOF And Recordset1.BOF Then %>
5暂无被解答的问题
6<% End If ' end Recordset1.EOF And Recordset1.BOF %>
7</div></td>
8 </tr>
9<tr>
10 <td height="18" colspan="2"> </td>
11</tr>
12<%
13While ((Repeat1__numRows <> 0) AND (NOT Recordset1.EOF))
14%>
15<tr>
16<td width="429" height="30"><div align="left"><span class="style2"><img 17src="photos/affel_ICOs_038.png" width="38" height="26"><%= (Recordset1.Fields.Item("student_id").Value)%>:<%=(Recordset1.Fields.Item("q_content").Value)%></span></div></td>
18 <td width="163"><p> </p>
19 <p><%=(Recordset1.Fields.Item("q_time").Value)%></p></td>
20</tr>
21<tr>
22 <td height="33" colspan="2"><img src="photos/89.jpg" width="38" height="29">回复:<%=(Recordset1.Fields.Item("admin_name").Value)%></td>
23</tr>
24 <tr>
25<td height="33" colspan="2"><%=(Recordset1.Fields.Item("a_content").Value)%></td>
26</tr>
27<tr>
28 <td colspan="2" align="right"><%=(Recordset1.Fields.Item("a_time").Value)%> 29</td>
30 </tr> 展开
2<tr>
3<td colspan="2"><div align="center" class="style3">
4<% If Recordset1.EOF And Recordset1.BOF Then %>
5暂无被解答的问题
6<% End If ' end Recordset1.EOF And Recordset1.BOF %>
7</div></td>
8 </tr>
9<tr>
10 <td height="18" colspan="2"> </td>
11</tr>
12<%
13While ((Repeat1__numRows <> 0) AND (NOT Recordset1.EOF))
14%>
15<tr>
16<td width="429" height="30"><div align="left"><span class="style2"><img 17src="photos/affel_ICOs_038.png" width="38" height="26"><%= (Recordset1.Fields.Item("student_id").Value)%>:<%=(Recordset1.Fields.Item("q_content").Value)%></span></div></td>
18 <td width="163"><p> </p>
19 <p><%=(Recordset1.Fields.Item("q_time").Value)%></p></td>
20</tr>
21<tr>
22 <td height="33" colspan="2"><img src="photos/89.jpg" width="38" height="29">回复:<%=(Recordset1.Fields.Item("admin_name").Value)%></td>
23</tr>
24 <tr>
25<td height="33" colspan="2"><%=(Recordset1.Fields.Item("a_content").Value)%></td>
26</tr>
27<tr>
28 <td colspan="2" align="right"><%=(Recordset1.Fields.Item("a_time").Value)%> 29</td>
30 </tr> 展开
2个回答
展开全部
在sql查询并判断记录集不为空后,将Recordset1.Fields.Item("a_content").Value的值赋给一变量
dim a
a=Recordset1.Fields.Item("a_content").Value
25行输出这样写
24 <tr>
25<td height="33" colspan="2"><%=a%></td>
26</tr>
dim a
a=Recordset1.Fields.Item("a_content").Value
25行输出这样写
24 <tr>
25<td height="33" colspan="2"><%=a%></td>
26</tr>
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
光点科技
2023-08-15 广告
2023-08-15 广告
通常情况下,我们会按照结构模型把系统产生的数据分为三种类型:结构化数据、半结构化数据和非结构化数据。结构化数据,即行数据,是存储在数据库里,可以用二维表结构来逻辑表达实现的数据。最常见的就是数字数据和文本数据,它们可以某种标准格式存在于文件...
点击进入详情页
本回答由光点科技提供
2011-03-27
展开全部
没看你的代码,确认你的SQL语句能有数据吗?直接在数据库里测试下。
追问
我在数据库中测试了,有数据。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询