设为首页收藏本站

新微赢技术网

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

求助:数据库更改

[复制链接]
跳转到指定楼层
1#
发表于 2010-1-17 07:34:59 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
<%
set conn=server.CreateObject("adodb.connection")
conn.connectionstring="provider=microsoft.jet.oledb.4.0;data source="&server.MapPath("1.mdb")
conn.open
sql="select * from oblog_user"
set rs=server.CreateObject("adodb.recordset")
rs.open sql,conn,2,3
if not rs.bof then
rs.movefirst
end if
do while not rs.eof
if rs("user_domainroot")="" then
set rs("user_domainroot")="http://www.sina.com"
end if
if rs("user_domain")="" then
user1=rs("username")
set rs("user_domain")=user1
end if
rs.update
rs.movenext
loop
%>
运行不报错,可是数据有的还是空的,还是没改,请问一下错在哪!
谢谢!
2#
发表于 2010-1-17 07:35:02 | 只看该作者
&lt;%
set conn=server.CreateObject("adodb.connection")
conn.connectionstring="provider=microsoft.jet.oledb.4.0;data source="&amp;server.MapPath("1.mdb")
conn.open
sql="select * from oblog_user"
set rs=server.CreateObject("adodb.recordset")
rs.open sql,conn,2,3
do while not rs.eof
if rs("user_domainroot")="" then
  rs("user_domainroot")="http://www.sina.com"
end if
if rs("user_domain")="" then
user1=rs("username")
rs("user_domain")=user1
end if
rs.update
rs.movenext
loop
%&gt;
这样试一试呢?
回复 支持 反对

使用道具 举报

3#
发表于 2010-1-17 07:35:06 | 只看该作者
set rs("user_domainroot")="http://www.sina.com"
set干啥用的?
回复 支持 反对

使用道具 举报

4#
发表于 2010-1-17 07:35:14 | 只看该作者
<%
set conn=server.CreateObject("adodb.connection")
conn.connectionstring="provider=microsoft.jet.oledb.4.0;data source="&server.MapPath("1.mdb")
conn.open
sql="select * from oblog_user"
set rs=server.CreateObject("adodb.recordset")
rs.open sql,conn,2,3
if not rs.bof then
rs.movefirst
end if
do while not rs.eof
if trim(rs("user_domainroot"))="" then
rs("user_domainroot")="http://www.sina.com"
end if
if trim(rs("user_domain"))="" then
user1=rs("username")
rs("user_domain")=user1
end if
rs.update
rs.movenext
loop
%>
回复 支持 反对

使用道具 举报

5#
发表于 2010-2-16 15:05:11 | 只看该作者
我十目一行也还是看不懂啊
回复 支持 反对

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-20 07:46 , Processed in 0.080848 second(s), 9 queries , Gzip On, Memcache On.

Powered by xuexi

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

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