3、SQL Server中的逻辑列,用0表示False,1表示True,例如加载已经结账的订单:
老师是不是在SQL里做了视图就不能像上面这样写
Dim cmd As new SQLCommandcmd.ConnectionNamcmd.CommandText = "se lect * from {消费表视图} where 消费单号 = '" & e.Form.Controls("TextBox1").text & "' and 结账 = 0 " Tables(e.Form.Name & "_Table2").DataSource = cmd.ExecuteReader
加载进来的表是空的,SQL里看到的内容如下。