标题:求助:运算符对 'Nothing' 和 类型“DBNull” 无效
取消只看楼主
asocol
Rank: 1
等 级:新手上路
帖 子:8
专家分:0
注 册:2005-5-29
 问题点数:0 回复次数:0 
求助:运算符对 'Nothing' 和 类型“DBNull” 无效

我在运行过程中碰到这种问题该怎么解决呢 程序是这样的 sub page_load(sender as object,e as eventargs) dim conn as new oledbconnection() dim cmd as new oledbcommand() dim objreader as oledbdatareader dim i as integer conn.connectionstring="provider=microsoft.jet.oledb.4.0;data source="&

server.mappath("guestbook.mdb") conn.open() cmd.connection=conn cmd.commandtext="select * from book" objreader=cmd.executereader() do while objreader.read() if request("artid")=objreader.item("id") then username.text=objreader.item("name") email.text=objreader.item("email") posttime.text=objreader.item("posttime") content.text=objreader.item("text") exit do end if loop objreader.close() conn.close() end sub 提示这样的错误 System.InvalidCastException: 运算符对 'Nothing' 和 类型“DBNull” 无效

搜索更多相关主题的帖子: DBNull 运算符 Nothing 类型 
2005-05-29 11:03



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-19609-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.044019 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved