欢迎访问服务器技术网-www.fuwuqijishu.com

vb中的查询问题

程序设计 fuwuqijishu 2年前 (2022-10-01) 15次浏览 0个评论 扫描二维码

关于我建了一张表,车位号、业主号、车位位置、车位状态,我想通过一个按钮找出业主号为空的车位号,用Vb怎么实现,我每次显示都是没有记录的,可是我 把表里所有的业主号都置空还是没有相应的记录!!请各位帮忙!
部分代码如下
id= “Select * from proprietors where proprietorsID=’” & “” & “‘”
Adodc2.RecordSource = id
Adodc2.CommandType = adCmdText
Adodc2.Refresh
DataGrid2.Refresh的问题

Select * from proprietors where proprietorsID=’” & “” & “‘”
部分,对于查询值是要用Is Null或Not Is Null的.
此部分应该修改为:
Select * from proprietors where proprietorsID is null or proprietorsID=”
这样一来可以查询到,同时可以查询到空字符串的值

喜欢 (0)
发表我的评论
取消评论
表情 贴图 加粗 删除线 居中 斜体 签到

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址

Warning: error_log(/www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/#log/log-2414.txt): failed to open stream: No such file or directory in /www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/spider.class.php on line 2900