设为首页收藏本站

新微赢技术网

 找回密码
 注册
搜索
热搜: 回贴
查看: 97|回复: 6
打印 上一主题 下一主题

[求助]数据库写入问题

[复制链接]
跳转到指定楼层
1#
发表于 2010-1-7 01:23:25 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
数据库表


程序:为什么每次增加内容的时候,需要把标题和内容都添上数值才写入数据库,要不就写入不了
<%
if request("no")="add" then
en=trim(request.Form("en"))
title=trim(request.Form("title"))
content=trim(request.Form("content"))
set rs=server.createobject("adodb.recordset")
sql="select * from gg "
rs.open sql,conn,1,3
rs.addnew
rs("title")=title
rs("content")=content
rs("en")=en
rs.update
rs.close
set rs=nothing
response.write "<script language='javascript'>" & chr(13)
response.write "alert('修改成功!');" & Chr(13)
response.write "window.document.location.href='ggs.asp';"&Chr(13)
response.write "</script>" & Chr(13)
Response.End
end if%>
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="center" valign="top">
<table width="90%" border="0" cellpadding="2" cellspacing="1" class="table_southidc">
<form name="myform" method="post" action="?no=add" >
<tr align="center">
<td class="back_southidc" height="30" colspan="2">公告增加</td>
</tr>


<tr bgcolor="#ECF5FF">
<td height="24" align="right">中英文选择</td>
<td valign="top"><label>
<select name="en">
<option value="1">中文</option>
<option value="2">英文</option>
</select>
</label></td>
</tr>
<tr bgcolor="#ECF5FF">
<td height="24" align="right">标题:</td>
<td valign="top"><input type="text" name="title"></td>
</tr>
<tr bgcolor="#ECF5FF">
<td width="22%" height="24" align="right">内容</td>
<td width="78%" valign="top">  
<textarea name="content" style="display:none"></textarea>
<iframe id="eWebEditor1" src="editor/ewebeditor.asp?id=content&style=s_3d" frameborder="0" scrolling="no" width="98%" height="350"></iframe></td>
</tr>



<tr align="center" bgcolor="#ECF5FF">
<td height="35" colspan="2">
<input type="submit" name="Submit" value="提交" class="input">
 
<input type="reset" name="Submit2" value="重置" class="input"> </td>
</tr>
</form>
</table>
</td>
</tr>
</table>



附件: 只有本站会员才能下载或查看附件,请您 登录 或 注册
2#
发表于 2010-1-7 01:23:28 | 只看该作者
非常感谢,已经解决了哦。呵呵
回复 支持 反对

使用道具 举报

3#
发表于 2010-1-7 01:23:33 | 只看该作者
是数据库属性问题吗?
回复 支持 反对

使用道具 举报

4#
发表于 2010-1-7 01:23:36 | 只看该作者
可能是你的数据库中标题和内容两个字段设置不可空了!
回复 支持 反对

使用道具 举报

5#
发表于 2010-1-7 01:23:39 | 只看该作者
数据属性的设置问题
回复 支持 反对

使用道具 举报

6#
发表于 2010-1-7 01:23:42 | 只看该作者
同意楼上的
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

申请友链|小黑屋|最新主题|手机版|新微赢技术网 ( 苏ICP备08020429号 )  

GMT+8, 2024-11-19 00:51 , Processed in 0.075459 second(s), 9 queries , Gzip On, Memcache On.

Powered by xuexi

© 2001-2013 HaiAn.Com.Cn Inc. 寰耽

快速回复 返回顶部 返回列表