VB中使用sql语言查询过程中如何在select语句中使用变量

2024-12-20 16:03:47
推荐回答(2个)
回答1:

dim queryStr = text1.text //text1是你的文本框的名字
rs = "select*from 温度记录表 where 时间 between Format('"& queryStr &"','yyyy-m-dd') ```

回答2:

这个问题楼主你解决了吗?我现在也遇到同样的问题了,求帮忙