我想知道的是你那个检索数据表的表达式里面的thissoftid是一个值还是一个变量。其实不管是值还是变量你这样写法都是错误的!!
如果是值:
"Select ... from ... where Cn_SoftID = thissoftid"
如果是变量:
"Select ... from ... where Cn_SoftID = '"+thissoftid"'"
2008-12-11 02:15
我想知道的是你那个检索数据表的表达式里面的thissoftid是一个值还是一个变量。
2008-12-11 08:14
2008-12-13 16:47