VB的问题

dimstrsqlasstringIfText1.Text<>""ThenAdodc1.Recordset.CloseIfVal(Text1.Text)<>0Thenst... dim strsql as string
If Text1.Text <> "" Then
Adodc1.Recordset.Close
If Val(Text1.Text) <> 0 Then
strsql = "select * from name where name=" & Trim(Text1.Text) 'Trim去掉前后空格
Else
strsql = "select * from name where name='" & Trim(Text1.Text) & "'"

End If

Adodc1.CommandType = adCmdText
Adodc1.Recordset.Open strsql
Set DataGrid1.DataSource = Adodc1
Else
Set DataGrid1.DataSource = Nothing
End If
以上查找字母或中文都不会报错,但查找的为数字就会报错”标准表达式中数据类型不匹配“
展开
 我来答
biyusr
2014-01-16 · TA获得超过1409个赞
知道大有可为答主
回答量:3653
采纳率:79%
帮助的人:2403万
展开全部
strsql = "select * from name where name=" & Trim(Text1.Text) 'Trim去掉前后空格你这个name在数据库中是字符串的所有必须加上单引号。
realmei521
2014-01-16
知道答主
回答量:34
采纳率:0%
帮助的人:21.9万
展开全部
strsql = "select * from name where name= '" & Trim(Text1.Text) & "'

改完再试
追问
谢谢 ,应该是这样才对
strsql = "select * from name where name= '" & Trim(Text1.Text) & "'"
谢谢 ,应该是这样才对
strsql = "select * from name where name= '" & Trim(Text1.Text) & "'"
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式