以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- 下段条件删除行代码为什么不执行 (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=8350) |
-- 作者:lpxjw_zyl -- 发布时间:2010/10/11 11:31:00 -- 下段条件删除行代码为什么不执行 Dim cmd As New SQLCommand
\'删除不符合的行
下段条件删除行代码为什么全部删除了,不按规定删除呢? |
-- 作者:baoxyang -- 发布时间:2010/10/11 11:50:00 -- 第一,[乡镇] <> \'" & zxm & "\'") 此代码中变量,是从哪里取得的。上述代码找不到。 第二, Dim dr5 As DataRow = dt.Find("[校名] = \'" & dr4("单位") & "\' And [乡镇] <> \'" & zxm & "\'")
|