且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

条件表达式中的数据类型不匹配

更新时间:2021-12-23 21:56:25

hI


可能这是解决方案(您的查询只是一个文字字符串)引号分隔符会导致变量/控制值作为查询字符串的一部分返回。 br />
hI

May be this is the solution (your query is just a literal string) the quotation marks delimiters cause the variable/control values to be returned as part of the query string.

展开 | 选择 | 换行 | 行号


所以,


当我放双引号时,它仍然没有改变一件事。


但是当我添加 .ToNumber到cb_xx.Column(0)

它现在说:需要对象。


我不知道这意味着什么,所以你可以再次帮助我:)

但我也会试着看看我的身边..
So,

when I put double quotes, it still doesn''t change a thing.

But when I add " .ToNumber " to cb_xx.Column(0)
It now says : "Object required".

I don''t know what it means, so you can help me again :)
But I''ll try also to look on my side..


@ezechiel
@ezechiel
展开 | 选择 | Wrap | 行号