篮板主好. 下面的代码, 当{事件流水}表中业务编号列存在 wtbh 这个编号时,没有错误提示, 但当业务编号列不存在 wtbh 时, 按理 dt_sj 表中的行数是零,但是出现错误无法执行后面的代码.
cmd.CommandText = "sele ct * from {事件流水} where 业务编号='" & wtbh & "'"
Dim dt_sj As DataTable = cmd.ExecuteReader (True)
而下面的代码
cmd.CommandText = "sele ct * from {事件流水} where _identify is null "
Dim dt_sj As DataTable = cmd.ExecuteReader (True)
就没有提示错误
请问这是什么问题? 感谢!
[此贴子已经被作者于2024/7/25 14:14:24编辑过]
什么错误提示,后面用了是怎么代码?
调试技巧:http://www.foxtable.com/webhelp/scr/1485.htm,看哪一句代码出错