数据库中已经添加数据成功了,但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>
展开
 我来答
浩睿1026
推荐于2016-10-27 · 超过15用户采纳过TA的回答
知道答主
回答量:60
采纳率:0%
帮助的人:42.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>
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
光点科技
2023-08-15 广告
通常情况下,我们会按照结构模型把系统产生的数据分为三种类型:结构化数据、半结构化数据和非结构化数据。结构化数据,即行数据,是存储在数据库里,可以用二维表结构来逻辑表达实现的数据。最常见的就是数字数据和文本数据,它们可以某种标准格式存在于文件... 点击进入详情页
本回答由光点科技提供
匿名用户
2011-03-27
展开全部
没看你的代码,确认你的SQL语句能有数据吗?直接在数据库里测试下。
追问
我在数据库中测试了,有数据。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 1条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式